码迷,mamicode.com
首页 > Web开发 > 详细

How to preview html file in our browser at sublime text?

时间:2018-04-18 16:26:27      阅读:273      评论:0      收藏:0      [点我收藏+]

标签:example   about   com   amp   review   set   conf   add   browser   

sublime preview html.md

open In Browser

what should we do if we want to preview html file in our browser?
We can install a plugin called "Open In Browser".
1.first,we open the package install by "command+shift+p".
sure,you can also use navgation,it is

Sublime Text -> Preferences -> Package Ctrol

2.then we choose the package install option to input our plugin‘s name.
Sure it‘s "Open In browser".
3..Next,we should open the key Bindings by the navigation

Sublime Text ->Preferences ->key Bindings -> choose right user -> add ourself configure about keyborad.

技术分享图片
技术分享图片
技术分享图片
技术分享图片
技术分享图片

[
    {
     "keys":"[]","command":"open_in_browser"
     }
]

Notice: You must set keyborad by lower-case.If you set fail,you can check your spelling.
example my configure:

[
    {
        "keys":"[ctrl+o]","command":"open_in_browser"
    }
]

When I enter ctrl + o,the html file open auto in my browser.
It‘s cool !

How to preview html file in our browser at sublime text?

标签:example   about   com   amp   review   set   conf   add   browser   

原文地址:https://www.cnblogs.com/InnerPeace-Hecdi/p/8872691.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!