Open tsuza opened 1 year ago
Hi, thank you for this suggestion, have you looked at this it looks like a more complete solution than just pulling the includes manually.
Git has a submodules command that lets you "sym link" other repositories to yours, which would definitely come in handy for includes. This would require you to have git installed and use the CLI. Something could be made so that there is a command provided by the extension that lets you easily add them
What do you want to see added to the extension?
An additional file where you can list all of the includes that your file needs to be compiled.
As of right now, I'm manually adding a small script between "Setup SourcePawn Compiler" and "Compile Plugins" where it wgets the needed files. But you could easily just make a separate file ( dependencies.sh for example? ) and call it via
bash scripts/dependencies.sh
so the end-user only needs to mess with that file.How would it help you?
It'd let you properly compile plugins so you can have releases.
How often would you use this feature?
Basically every time.