You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be cool if we could also suggest keywords in e.g. the monaco editor. It should be doable to identify what tokens are expected next. We should obviously only suggest word-based tokens, no punctuation.
It would be cool if we could also suggest keywords in e.g. the monaco editor. It should be doable to identify what tokens are expected next. We should obviously only suggest word-based tokens, no punctuation.
Also look into how https://github.com/mike-lischke/antlr4-c3 could help here or maybe even just use that library.
The text was updated successfully, but these errors were encountered: