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

Package​Dev

by FichteFoll ALL Trending

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

Details

  • 3.6.0
    3.2.18
  • github.​com
  • github.​com
  • 11 months ago
  • 29 minutes ago
  • 13 years ago

Installs

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

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!