Hi,
yes anyone has worked on a Vscode extension to add in the Genero/BDL syntax.
As you know: we (FourJ's) provide a vim extension supporting syntax-highlighting, code-completion and formatting.
The code-completion and the formatting is done by the compiler.
A VSCode extension for syntax-highlighting is not a big deal. The real challenge is the perfect code-completion.
The good message is: it is working. For everybody being interested: feel free to contact me. I would like to share it.
What is working at the moment:
- syntax-highlighting
- code-completion
- error-detection (mark errors/warnings in the editor)
What is not working at the moment:
- source code formatting
- debugger integration
Rene
PS: the attachment size limit of 128KB does not allow me to attach some screen-captures.