Can I switch between build systems using shortcut?
I’ve created a few build systems to execute sql on different databases – stagings, devs etc.
I googled it but can’t find how can I switch between build systems with shortcut or so, cause switching between them using mouse(Tools->Build System-> check build system) is quite slow.
Instead of making them completely different build systems, use variants (documented here). For instance, you could have a custom build file that looked a bit like this:
When this build file is active/selected, the build command will execute
sql dev. command+shift+B (Mac) or control+shift+B (Windows/Linux) will executesql staging. You can access all three through the command palette; just search for “build.”