PackageDev
Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.
Details
Installs
- Total 110K
- Win 65K
- Mac 27K
- Linux 18K
Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 1 | 3 | 4 | 8 | 5 | 3 | 7 | 4 | 1 | 3 | 8 | 6 | 7 | 6 | 7 | 4 | 3 | 3 | 5 | 3 | 3 | 10 | 5 | 6 | 7 | 3 | 2 | 7 | 3 | 3 | 12 | 8 | 9 | 14 | 6 | 3 | 6 | 1 | 1 | 2 | 1 | 4 | 9 | 5 | 6 |
Mac | 0 | 1 | 0 | 1 | 0 | 0 | 2 | 2 | 3 | 2 | 0 | 1 | 0 | 6 | 3 | 1 | 6 | 1 | 4 | 2 | 0 | 3 | 1 | 2 | 2 | 1 | 1 | 1 | 5 | 3 | 3 | 1 | 2 | 1 | 3 | 2 | 2 | 3 | 2 | 1 | 4 | 3 | 4 | 0 | 2 | 7 |
Linux | 0 | 2 | 1 | 0 | 0 | 2 | 4 | 5 | 3 | 0 | 2 | 3 | 5 | 0 | 3 | 1 | 1 | 2 | 4 | 0 | 1 | 1 | 4 | 0 | 0 | 1 | 0 | 2 | 2 | 1 | 2 | 0 | 5 | 4 | 4 | 1 | 5 | 1 | 4 | 3 | 0 | 1 | 2 | 0 | 0 | 4 |
Readme
- Source
- raw.githubusercontent.com
PackageDev - The Sublime Text Meta Package
PackageDev provides syntax highlighting and other helpful utility for Sublime Text resource files.
Resource files are ways of configuring the Sublime Text text editor to various extends, including but not limited to: custom syntax definitions, context menus (and the main menu), and key bindings.
Thus, this package is ideal for package developers, but even normal users of Sublime Text who want to configure it to their liking should find it very useful.
Installation
Install the package using Package Control. The package's name is PackageDev.
PackageDev was made for Sublime Text 3. An older unmaintained version can still be installed for Sublime Text 2, however.
Getting Started
Syntax highlighting for various resource files is available immediately.
Various commands, for example creating a new resource, are made available through the command palette (Primary+Shift+P) with the “PackageDev:” prefix and in the main menu under Tools → Packages → Package Development,
Note: The Primary key refers to Ctrl on Windows and Linux and Command (⌘) on macOS.
Documentation
Detailed documentation is available at the repository's wiki.
Features Overview
Syntax definitions for:
- Build System files
- Color Scheme files
- Commands files
- Completions files
- Keymap files
- Macro files
- Menu files
- Mousemap files
- Project files
- Settings files
- Snippet files
- Syntax definition files (both Sublime Text and TextMate)
- TextMate Preferences (
.tmPreferences
)
Static and dynamic completions for all the above, where sensible.
Dynamic completions are provided for all files expecting command names, syntax definitions, color schemes, and settings files.
- Snippets for some of the above.
In files holding multiple “entries”,
snippets are available with the trigger e
and ee
for a short and a long entry, respectively.
Commands to create (or open) a package and various resource files with standard templates.
Checking for unknown settings keys.
Hover popups for setting keys with a description and their default value.
And more!