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
  • 6 months ago
  • 1 hour ago
  • 13 years ago

Installs

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