remy / vscode-nextbasic

VS Code tools for NextBASIC
https://marketplace.visualstudio.com/items?itemName=remysharp.nextbasic
8 stars 2 forks source link

Feature request: Multi conversion of txt2bas on RUN? #40

Closed NealeTools closed 4 months ago

NealeTools commented 3 years ago

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!

NealeTools commented 4 months ago

bank directive covers this functionality