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