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
  • 9 months ago
  • 2 hours ago
  • 13 years ago

Installs

  • Total 109K
  • Win 64K
  • Mac 27K
  • Linux 18K
Oct 12 Oct 11 Oct 10 Oct 9 Oct 8 Oct 7 Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 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
Windows 0 1 3 2 2 6 5 1 3 6 2 5 13 6 5 5 4 4 3 4 6 7 3 10 8 5 3 0 1 5 7 0 3 4 3 3 4 4 5 3 4 8 4 4 3 7
Mac 0 3 4 0 2 0 1 1 1 3 3 3 4 2 1 3 1 3 3 1 0 3 1 1 11 1 3 1 3 5 2 3 0 1 0 1 3 5 0 4 4 0 2 2 2 1
Linux 0 4 2 0 4 2 2 1 0 1 5 1 3 3 2 3 2 2 4 0 1 3 2 3 1 6 3 2 1 1 9 0 6 4 4 2 3 7 3 1 3 2 4 3 1 0

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!