Replies: 2 comments
-
You can do what they have in that answer using the example here https://github.com/securingsincity/react-ace/blob/master/docs/FAQ.md#how-do-i-add-language-snippets And add your completers by modifying the result of the import of the |
Beta Was this translation helpful? Give feedback.
0 replies
-
This worked for me!
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem
I would like to suppress local variables/symbols from being suggested in the autocomplete list. I found this issue related detailing how to do it when using Ace directly, but could not figure out how to set completions using
react-ace
.https://stackoverflow.com/questions/26991288/ace-editor-autocompletion-remove-local-variables/28500398
Any help appreciated. Thx.
Beta Was this translation helpful? Give feedback.
All reactions