首页 > Web开发 > 详细

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

时间:2018-04-18 16:19:24      阅读:185      评论:0      收藏:0      [点我收藏+]

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?

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!