Product Designer Setup
  • Introduction
  • Preparation
    • Preparing Your Mac
    • Installing macOS
  • Setup
    • Xcode
    • System Preferences
      • Finder
    • Homebrew
      • Cask
    • Terminal Setups
      • Warp Setup
      • Hyper Setup
      • iTerm2 Setup
        • Zsh
    • Terminal Packages
    • Git
      • Git Ignore
    • Code Editor Setups
      • Visual Studio Code
        • Extensions
        • Preferences
      • Sublime Text
        • Preferences
        • Packages
    • Tech Stack
      • Package Managers
  • Apps + Tools
    • Intro
    • Productivity Tools
    • Design Tools
    • Developer Tools
Powered by GitBook
On this page
  • Install Packages
  • Install Themes

Was this helpful?

  1. Setup
  2. Code Editor Setups
  3. Sublime Text

Packages

PreviousPreferencesNextTech Stack

Last updated 5 years ago

Was this helpful?

Package Control is already built-in by default. (It used to be a separate package to install) So no need to install it manually anymore 👍

Install Packages

Hit Command + Shift + P > Package Control: Install Package and type in the names of these packages:

: Easy alignment of multiple selections and multi-line selections

: Extend Sublime Text 2 auto-completion to find matches in all open files of the current window

: Plugin that auto-completes filenames

: Bracket and tag highlighter

: Shows diffs between the current file, or selection(s) in the current file, and clipboard, another file, or unsaved changes

: Plugin for some Git integration

: Enhancements to sidebar. Files and folders.

: Full-featured code intelligence and smart auto-complete engine

: Interactive code linting framework for Sublime Text 3

: Highlight trailing spaces and delete them in a flash

Install Themes

You can simple go to package control and search for themes. I would recommend using the or .

Alignment
All Autocomplete
AutoFileName
BracketHighlighter
FileDiffs
Git
SideBarEnhancements
SublimeCodeIntel
SublimeLinter
TrailingSpaces
Material theme
Brogrammer Theme