This repo contains my Sublime Text 3 user settings, packages, snippets and keymaps.
- Sublime Text 3
- Package Control for ST3
Install Package Control by following the steps mentioned here
Go to ST3 Packages directory
cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/
Clone this repository to it's User folder
git clone https://github.com/malitta/sublime-text-settings.git User
Open ST3 and run the command Package Control: Install Local Dependency
-
Advanced New File
Command + Option + N
to create a file by giving path\filename -
Dayle Rees 🐼 Color Schemes
Uses solarflare theme by default -
Dock Blockr
DocBlock comments for PHP, Javascript, etc. -
Goto Documentation
Cmnd + Shift + H
will take you to the documentation of the highlighted keyword -
PHPLint Should have
phpcs
installed and PSR strandards setup
PHPCS is turned off by default but you can run it through the commandPHP Code Sniffer: Sniff this file
-
PHP Snippets
Additional set of snippets for PHP -
TodoReview
Get a list of Todo comments within a script or project