Is it possible to create a build system that asks for arguments each time it is run?
Build with parameters
kingkeith
#2
yes, you can write your own command in Python which can request input, show choices etc.
http://www.sublimetext.com/docs/3/build_systems.html#advanced_example
1 Like