[SOLVED] How to make suggestions from tags? #1998
-
|
This is my simple grammar and here is my code When I enter I have a playground here |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hey @Serhioromano, unfortunately, we cannot infer completion results from regex terminals automatically. You could try something like this instead: Alternatively, you can adjust the |
Beta Was this translation helpful? Give feedback.
Hey @Serhioromano,
unfortunately, we cannot infer completion results from regex terminals automatically. You could try something like this instead:
Alternatively, you can adjust the
CompletionProviderto give you completion results for these terminals nonetheless. But using the approach above is likely more maintainable.