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