-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Figure out way to show an autocomplete popup in the Interactive Window #3458
Comments
Monaco has a way to do this, CodeMirror does too. Start with CodeMirror and futz with the styles to see if can make it look like Monaco. If that doesn't work, move onto investigating consuming monaco instead. |
Monaco styling thoughts:
Generate these rules dynamically at run time. Might even be able to just get all of the scope values? How does it do it's tokenization though? |
CodeMirror has a hintOptions value that specifies a function that returns a list.
Should try that in ours and see if the popup shows up or not. |
No description provided.
The text was updated successfully, but these errors were encountered: