ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Package​Dev

by FichteFoll ALL

Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.

Details

  • 3.6.0
    3.2.18
  • github.​com
  • github.​com
  • 3 months ago
  • 2 hours ago
  • 12 years ago

Installs

  • Total 107K
  • Win 63K
  • Mac 27K
  • Linux 17K
Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2
Windows 7 6 4 4 3 5 8 4 9 2 3 8 3 4 4 8 3 7 4 4 7 7 9 6 3 9 5 6 5 4 3 9 1 7 3 11 5 2 6 3 11 5 4 6 3 4
Mac 2 4 1 5 3 0 1 2 4 3 1 3 5 3 2 3 1 9 4 1 3 2 2 3 1 1 2 7 5 3 1 0 2 4 2 3 3 5 2 1 7 4 1 3 1 5
Linux 3 6 1 8 1 7 3 6 3 15 4 1 1 2 0 4 1 1 4 1 3 3 3 3 2 3 2 6 5 3 1 2 3 0 2 2 2 0 2 2 4 0 2 6 3 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!