remy / vscode-nextbasic

VS Code tools for NextBASIC

Home Page:https://marketplace.visualstudio.com/items?itemName=remysharp.nextbasic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: Multi conversion of txt2bas on RUN?

NealeTools opened this issue · comments

commented

Hi Remy, thanks for your work on this tool!
Would it be feasible/possible to get the VSCode extension to convert all .bas files in the current directory to a tokenised binary.bas version prior to copying to the virtual SD card in Cspect? (Perhaps, secondarily, also for any file named .bank to be converted to a BANK loadable format?)
This would thereby make all converted files directly accessible (to the master program) via LOAD or MERGE.
I have a game project that requires the merging in of 50+ small (but separate) VSCode .bas programs (each one is bespoke for a different part of the game). Cheers!

#bank directive covers this functionality