How can I quickly edit my .sublime-snippet file, without find them in explorer first ?
I am looking for a way to open sublime-snippet inside Sublime Text.
How can I quickly edit my .sublime-snippet file, without find them in explorer first ?
I am looking for a way to open sublime-snippet inside Sublime Text.
I’d recommend sublime.wbond.net/packages/Pack … urceViewer. Still have to “browse” for it, but it’s all within ST. Also useful for viewing/editing built in package files.
That’s a great tip @skuroda. I thought PackageResourceView was only for viewing the archived packages.
I use FuzzyNav and you can set a bookmark to Packages or User (wherever the snippet file is). There’s still a bit of navigation, but it’s also pretty fast.
In a couple of situations where I need to modify the snippet file often, I use a project and just keep the snippet file open.
@quodlibet, yup, PackageResourceViewer exposes both packaged and non packaged files. Effectively abstracting the location of the package away (if you wish to view). FuzzyFileNav is a great suggestion as well. It’s my personal choice for opening non project files in ST.