-
for langium 3.0,i define a class extend DefaultCompletionProvider and override completionForKeyword,but how to import |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
All grammar elements are exported via the |
Beta Was this translation helpful? Give feedback.
-
keywordStr: string[] = [ matchStrings(input: string): string[] { |
Beta Was this translation helpful? Give feedback.
All grammar elements are exported via the
GrammarAST
object inlangium
.