Mario Luo

- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Created How to implement custom string redirection?
AnsweredI want to redirect an API path to a tree node in custom window, just like below:```String path = “/users/{id}”;let path="/users/{id}";``` -
Created CompletionContributor not working when typed slash?
AnsweredI 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... -
Created How to add some action after commit in csv?
AnsweredI want do some action after commit, then get the diff to parse changes