1
QB64 Discussion / Re: Graphical IDE. Should we all pitch in and make one?
« on: January 28, 2019, 10:33:24 am »
I started something. I have never made a VSCode extension, but I seemed to have stubbed one together (thanks to the autogen tool `yo`). I have syntax highlighting working (sort of), and see can compile from the command line and see error output. I think we've got everything we need for a V1 integration!
It really just needs to behave as well as QB64's error reporting and highlight the first offending line. I can imagine for V1 just constantly compiling the buffer in the background and highlighting the offending line red in VSCode with error output on hover.
https://github.com/andymule/qb64-vscode
Started Reddit thread here too:
https://www.reddit.com/r/qbasic/comments/akohq9/started_vscode_extension_for_qb64_have_no_idea/
[ You are not allowed to view this attachment ]
[ You are not allowed to view this attachment ]
It really just needs to behave as well as QB64's error reporting and highlight the first offending line. I can imagine for V1 just constantly compiling the buffer in the background and highlighting the offending line red in VSCode with error output on hover.
https://github.com/andymule/qb64-vscode
Started Reddit thread here too:
https://www.reddit.com/r/qbasic/comments/akohq9/started_vscode_extension_for_qb64_have_no_idea/
[ You are not allowed to view this attachment ]
[ You are not allowed to view this attachment ]