05-12-2023, 01:27 PM
(05-12-2023, 01:15 PM)bplus Wrote: Discussion started here about VSCode:
https://staging.qb64phoenix.com/showthread.php?tid=1639
Honestly (and being old fart) I haven't played around and explored VSCode, I've learned to live and love the QB64 IDE but if you are young and adventurous and not as comfortable with the ole IDE I say give it a try
I had QB64 working with VS.Code. It was a little awkward because to compile/run you had to use a different combination of keyboard shortcuts, but it worked. However the big thing missing was live syntax checking, which I rely on. So I got in the habit of doing select all, copying my code, and pasting it into the QB64 IDE every few minutes for syntax checking.