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
  • 2 months ago
  • 9 minutes ago
  • 12 years ago

Installs

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

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!