Skip to content
FichteFoll edited this page Mar 12, 2022 · 1 revision

You can create a package with the PackageDev: Create Package command. It will:

  1. Ask you for the package's name.
  2. Check for name collisions with other installed packages.
  3. Create a new folder for the package if it doesn't exist.
  4. Open a new ST window with that folder.
  5. Prompt for a resource file to be created.

See the Community Documentation for explanations on what a package is.

Creating Resource Files

As explained in Home, resource files are files interfacing with Sublime Text to configure it. Detailed explanations on how they work can be found in the official and unofficial documentations and won't be discussed further.

To create a resource file, open the Command Palette and search for PackageDev: New.

Image with command palette entries

Clone this wiki locally