Sarrus1 / sourcepawn-studio

VSCode extension for SourcePawn scripting
https://sarrus1.github.io/sourcepawn-studio/
MIT License
143 stars 22 forks source link

CI, Add support to compiling multiple plugins automatically #269

Open tsuza opened 1 year ago

tsuza commented 1 year ago

What do you want to see added to the extension?

There are some situations where a repository contains multiple plugins for one reason or another. It'd be nice to be able for the script to compile multiple files automatically. It should be just a matter of looping through the scripting folder and compiling each file ( how about files that are not meant to be compiled but are modules ( subfiles, or whatever they're supposed to be called )? dunno ).

How would it help you?

It'd make the compile script functional for repositories with multiple scripts.

How often would you use this feature?

Often.