PackageDev
Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.
Details
Installs
- Total 109K
- Win 64K
- Mac 27K
- Linux 18K
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 7 | 2 | 0 | 6 | 6 | 0 | 3 | 0 | 0 | 4 | 2 | 6 | 5 | 6 | 4 | 3 | 3 | 4 | 3 | 3 | 3 | 5 | 6 | 6 | 7 | 7 | 4 | 6 | 16 | 3 | 3 | 5 | 1 | 4 | 6 | 7 | 3 | 6 | 4 | 1 | 3 | 1 | 3 | 2 | 2 | 6 |
Mac | 1 | 0 | 2 | 4 | 2 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 2 | 5 | 1 | 3 | 1 | 2 | 1 | 2 | 2 | 3 | 5 | 2 | 1 | 1 | 1 | 6 | 3 | 2 | 4 | 3 | 4 | 0 | 9 | 3 | 3 | 4 | 4 | 0 | 1 | 3 | 4 | 0 | 2 | 0 |
Linux | 0 | 1 | 1 | 1 | 4 | 3 | 3 | 0 | 0 | 0 | 2 | 0 | 4 | 2 | 4 | 3 | 2 | 4 | 2 | 3 | 0 | 3 | 1 | 1 | 4 | 4 | 3 | 2 | 2 | 2 | 0 | 0 | 2 | 5 | 3 | 1 | 3 | 2 | 2 | 2 | 2 | 4 | 2 | 0 | 4 | 2 |
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!