Replies: 1 comment
-
Hey @stutrek
The utils are exported, but as dedicated namespaces. I.e. all functions from
Note that you can always write your own
You can inject the |
Beta Was this translation helpful? Give feedback.
-
Hey @stutrek
The utils are exported, but as dedicated namespaces. I.e. all functions from
Note that you can always write your own
You can inject the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
For eraser.io, we have a limited number of icons and colors in our DSL, and we want them to autocomplete.
The
CompletionProvider
seems like a natural place to look, but the methods are either quite hard to override because they use utils that aren't export, or are not even being called when the cursor is in brackets for settings.For our old, non-Langium system we're using some custom completion providers passed into Monaco.
Is there a way for us to tie autocomplete into settings?
Beta Was this translation helpful? Give feedback.
All reactions