I’d like to have a build system automatically selected based on the root folder (or project) the user has open. If there is a file that matches a certain pattern (build.gradle) I’d like my build system to be chosen automatically. Is this possible, or should I head over to feature requests? I know build system has a configurable selector, but all I know of is source.* or text.*. It doesn’t really make sense to select build system based on source because your build system isn’t really coupled to the source, but rather the project.
Project based build seletor
bizoo
#2
You can add a Build system definition in your project:
sublimetext.com/docs/3/projects.html
0 Likes