Sublime Text Notes
Adding Package to Submlime Text 3
- Install PackageControl: https://packagecontrol.io/installation
- Install the PowerShell Package via
Ctrl + Shift + P
install
powershell
- Install the Powershell Utils which allows you to run powershell command from Submlime
- Install the Powershell Helper Generator
- To get help:
CTRL + SHIFT + P and find Document Cmdlet
- To set the syntax to Powershell
CTRL + SHIFT + P
then select powershell
Sublime Keyboard Shortcuts
Great list of Sublime keyboard shortcuts
Javacript / JSON Plugins
JsFormat
Either cmd+alt+f
on OS X or ctrl+alt+f
on Linux/Windows to reformat a JSON file