Home > Article > Development Tools > Open preview Sublime Text3 file in browser
The tutorial column of sublime text below will introduce to you how to open and preview Sublime Text3 files in the browser. I hope it will help friends who need it. Helps!
Open Sublime, enter the shortcut command shift p, then type pcip, select the first item, and press Enter.
Then we need to download the view in browse
plug-in: Enter view in browse
and press Enter.
After the download is successful, open the menu bar: Preferences---Shortcut key settings;
Then modify the Default (Windows).sublime-keymap
file;
Set the shortcut key to: alt q
The code content is:
Then save and exit, and restart the sublime software.
Open a file and press the shortcut key to open it on the web page! !
The above is the detailed content of Open preview Sublime Text3 file in browser. For more information, please follow other related articles on the PHP Chinese website!