Created
April 9, 2014 16:35
-
-
Save xapou/10289771 to your computer and use it in GitHub Desktop.
json: SideBarEnhancements for ST3
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Configure Open In Browser in Sublime Text with SideBarEnhancements
In Sublime Text 3, create a
.sublimefolder at the root of the project and put this file in it.publicby the folder name matching the root of the website (eg. public in Laravel)domainby your domain and you are all set.Make sure you configured 2 shortcuts :
[ { "keys": ["ctrl+f13"], "command": "side_bar_open_in_browser" , "args":{"paths":[], "type":"testing"} }, { "keys": ["ctrl+f14"], "command": "side_bar_open_in_browser", "args":{"paths":[], "type":"production"} } ]