![]() |
Using QB64PE extension in Visual Studio Code - Printable Version +- QB64 Phoenix Edition (https://qb64phoenix.com/forum) +-- Forum: Chatting and Socializing (https://qb64phoenix.com/forum/forumdisplay.php?fid=11) +--- Forum: General Discussion (https://qb64phoenix.com/forum/forumdisplay.php?fid=2) +---- Forum: GitHub Discussion (https://qb64phoenix.com/forum/forumdisplay.php?fid=42) +---- Thread: Using QB64PE extension in Visual Studio Code (/showthread.php?tid=3437) |
Using QB64PE extension in Visual Studio Code - Marco Kurvers - 02-03-2025 I have installed QB64PE extension in VSCode, but I see nothing in the language list. If I create a new bas file, VSCode does automatically Liberty BASIC. Maybe, I forgot something? RE: Using QB64PE extension in Visual Studio Code - bplus - 02-03-2025 Call out to @grymmjack he did a thread on this very subject try a Search on "VSCode" too. RE: Using QB64PE extension in Visual Studio Code - grymmjack - 02-16-2025 (02-03-2025, 04:31 PM)Marco Kurvers Wrote: I have installed QB64PE extension in VSCode, but I see nothing in the language list. If I create a new bas file, VSCode does automatically Liberty BASIC. Maybe, I forgot something? Try this first: https://github.com/grymmjack/vscode-profiles/blob/main/QB64PE-2025/README.md If you still need help after this, LMK. RE: Using QB64PE extension in Visual Studio Code - TempodiBasic - 04-13-2025 Hi ![]() here I show a screenshot of QB64PE in VScode using the extension of GrymmJack. As you can see you can compile and run your *.BAS files, moreover you have a colorized source code with standard theme and hovering a keyword with mouse you can get help on that keyword. |