Sublime Forum

AAAPackageDev Updated!

#1

Updated!

AAAPackageDev helps create and edit snippets, completions files, build systems and other Sublime Text extensions.

The general workflow looks like this:

  1. run new_* command (new_raw_snippet, new_completions, new_syntax_def…)
  2. edit file (with specific snippets, completions, higlighting, build systems…)
  3. save file

AAAPackageDev* new_** commands are typically accessible through the Command Palette (Ctrl+Shift+P).

The latest version is available here:

github.com/SublimeText/AAAPackageDev

0 Likes

#2

Updated!

0 Likes

#3

Does this work with ST2? I put the package into the Pristine Packages folder but couldn’t find any of the commands mentioned in the README in my Command Pallete.

0 Likes

#4

@Digiduck: try to install the package manager. The AAAPackageDev is there (along with many other plugins).

0 Likes

#5

Package Control worked great. Thanks!

0 Likes