美文网首页
Mac版sublime text3无法打开浏览器预览

Mac版sublime text3无法打开浏览器预览

作者: 梨啊梨 | 来源:发表于2018-03-21 15:00 被阅读0次

这个问题一般是保存在中文名的文件夹里,所以不能打开。

command+shift+p  打开下载SideBarEnhancements插件。

Preferences———Key Bindings

右侧填入(这里设置的默认浏览器是Chrome)完美解决。

[

{

"keys":["command+b"],"command":"side_bar_files_open_with",

"args":{

"paths":[],

"application":"/Applications/Google Chrome.app",

"extensions":".*"

}

}

]

相关文章

网友评论

      本文标题:Mac版sublime text3无法打开浏览器预览

      本文链接:https://www.haomeiwen.com/subject/tisgqftx.html