Hello,
We are using an ANTLR grammar for a custom proprietary language. We would like to implement the IntelliPrompt feature of SyntaxEditor for WinForms. I have read that there is ANTLR support for the WPF version of SyntaxEditor, but was wondering if there was any way to use an ANTLR generated lexer/parser to implement some form of IntelliPrompt. Can an AST from ANTLR be used and what disadvantages would this have as opposed to the full ANTLR support? If not, is there any plan to update the WinForms project with this support?
Thank you for your help.