Mario Luo

- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Mario Luo created a post, AnsweredHow to implement custom string redirection?
I want to redirect an API path to a tree node in custom window, just like below:```String path = “/users/{id}”;let path="/users/{id}";``` -
Mario Luo commented, -
Mario Luo created a post, AnsweredCompletionContributor not working when typed slash?
I want to implement automatic code prompt API path for entering slashes, but when I input / it does not trigger code prompts. ```public PathCompletionContributor() { CompletionProvider<Completio... -
Mario Luo created a post, AnsweredHow to add some action after commit in csv?
I want do some action after commit, then get the diff to parse changes