Keywords: Sublime Text 3, Package Control Installation.

Package Installation

Auto Installation:

  1. Menu: Tools -> Package Control. then Package Control would be downloaded in backend.
  2. Menu: Preferences -> Package Control, then input package name that you want.

Manual Installation:

  1. Download Package Control.
  2. Menu: Preferences -> Browse Packages, then up to previous directory, you would find a folder nameed Installed Packages, put Package Control.sublime-package under this directory, then retart Sublime.
  3. Menu: Preferences -> Package Control, then input package name that you want.

Reference
https://www.4spaces.org/how-to-install-package-control-on-sublime-text/

Setup right click menu

Run .bat using following content with administrator permission:

@echo off
SET st3Path=C:\Program Files\Sublime Text 3\sublime_text.exe
 
rem add it for all file types
@reg add "HKEY_CLASSES_ROOT\*\shell\Open with Sublime Text 3"         /t REG_SZ /v "" /d "Open with Sublime Text 3"   /f
@reg add "HKEY_CLASSES_ROOT\*\shell\Open with Sublime Text 3"         /t REG_EXPAND_SZ /v "Icon" /d "%st3Path%,0" /f
@reg add "HKEY_CLASSES_ROOT\*\shell\Open with Sublime Text 3\command" /t REG_SZ /v "" /d "%st3Path% \"%%1\"" /f
 
rem add it for folders
@reg add "HKEY_CLASSES_ROOT\Folder\shell\Open with Sublime Text 3"         /t REG_SZ /v "" /d "Open with Sublime Text 3"   /f
@reg add "HKEY_CLASSES_ROOT\Folder\shell\Open with Sublime Text 3"         /t REG_EXPAND_SZ /v "Icon" /d "%st3Path%,0" /f
@reg add "HKEY_CLASSES_ROOT\Folder\shell\Open with Sublime Text 3\command" /t REG_SZ /v "" /d "%st3Path% \"%%1\"" /f
pause

rem add it for right click on explorer
@reg add "HKEY_CLASSES_ROOT\Directory\Background\shell\Sublime"         /t REG_SZ /v "" /d "Open with Sublime Text 3"   /f
@reg add "HKEY_CLASSES_ROOT\Directory\Background\shell\Sublime"         /t REG_SZ /v "Icon" /d "%st3Path%" /f
@reg add "HKEY_CLASSES_ROOT\Directory\Background\shell\Sublime\command" /t REG_SZ /v "" /d "%st3Path% \"%%V\"" /f
pause

https://stackoverflow.com/a/44185874/1645289

Plugins

Bring a real terminal to Sublime Text
https://github.com/randy3k/Terminus

Client implementation of the Language Server Protocol for Sublime Text
https://github.com/sublimelsp/LSP

A Sublime Text 2/3 plugin to see git diff in gutter
https://github.com/jisaacks/GitGutter


Tell him yes. Even if you are dying of fear, even if you are sorry later, because whatever you do, you will be sorry all the rest of your life if you say no. ― Gabriel García Márquez, Love in the Time of Cholera