Sublime Forum

Where is the build system file in Sublime3

#1

In sublime2 , all the Sublime Text2\Pakcages**.sublime-build, I cannot find those files in sublime3, anybody has idea where those files are.

0 Likes

#2

It depends on your OS. On OS X they are in /Applications/Sublime Text.app/Contents/MacOS/Packages and you have to unzip the *.sublime-package file. Try this: open console in ST3 (View→show console) and write

sublime.executable_path()

and submit. It shows you executable path. The packages should be in <executable_path>/Packages.

0 Likes

#3

If you don’t want to go through the trouble of extracting you can try using the PackageResourceViewer plugin. In ST3, packages can be run directly from the .sublime-package file rather than needing to be extracted as in ST2.

1 Like