Sidebarenhancements Side Bar Enhancements
Sidebarenhancements is a plugin to enhance sidebar, here will teach you how to do sublime text 3 browser Preview plugin, and can customize the browser preview shortcut keys.
{"Keys": ["Ctrl+shift+c"], "command": "Copy_path"},// browser preview//Google F12{"keys": ["F12"], " Command ":" Side_bar_files_open_with "," args ": {" paths ": []," Application ":" C:\\Program files\\google\\ Chrome\\application\\chrome.exe "," Extensions ":". * "}},// Firefox F11{" keys ": [" F11 "]," command ":" Side_bar_files_open_with "," args ": {" paths ": []," Application ":" C:\\Program Files\\ Mozilla firefox\\firefox.exe "," Extensions ":". * "}}
To install this plugin, click on the toolbar of Preferences > Package setting > side bar > Key building-user, type the following code, which is set by Ctrl+shift+c Copy the file path, press F11, F12 respectively in the Firefox,chrome browser preview effect, of course, you can also define your favorite shortcuts, and finally note that the browser path in the code to the file path in your own computer.
How do I open a file in a browser in sublime?