Skip to content
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

Keyword suggestion through ANTLR parser #6

Open
beikov opened this issue Jul 15, 2020 · 0 comments
Open

Keyword suggestion through ANTLR parser #6

beikov opened this issue Jul 15, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@beikov
Copy link
Member

beikov commented Jul 15, 2020

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.

@beikov beikov added the enhancement New feature or request label Jul 15, 2020
@beikov beikov self-assigned this Jul 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant