How to implement autocompletion? #1620
Answered
by
cdietrich
boxer-code
asked this question in
Q&A
Replies: 2 comments 11 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you very much! Now I'm struggling how I have to implement the autocompletion to suggest two keywords after a key. Could you provide a minimal example how to correctly implement autocompletion?
|
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone! I'm pretty new with using langium and trying to implement an autocompletion function for my simple grammar. But I didn't found an example for implementing autocompletion. Currently I'm trying something in the following scheme:
But it throws the error that the imports are wrong and can't be found. What do I need to import to extens the Completion Framework? Does anyone has a current mini example which I could use as a reference?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions