Hello there,
I'm currently writing a custom Lexer for an Intellisense like dynamic Highlighter. As the logic to achieve this is quite heavy in terms of performance I would like to do the whole dynamic part on Lexer Level.
Highlighting already works, but how can I add new Items to my Autocomplete List on Lexer Level? I tried to #include AutoCompletion.h to the Lexer, but this already gives me various erros, so is this possible at all?
Greetings,
2mQ
I'm currently writing a custom Lexer for an Intellisense like dynamic Highlighter. As the logic to achieve this is quite heavy in terms of performance I would like to do the whole dynamic part on Lexer Level.
Highlighting already works, but how can I add new Items to my Autocomplete List on Lexer Level? I tried to #include AutoCompletion.h to the Lexer, but this already gives me various erros, so is this possible at all?
Greetings,
2mQ