想着之前专门找了VsCode的一些插件,今天正好记录一下。
顾名思义就是在浏览器中打开,不过在安装后需要配置快捷键。
[
{ "key": "alt+/", "command": "editor.action.triggerSuggest","when": "editorTextFocus" },
{ "key": "ctrl+d", "command": "editor.action.deleteLines","when": "editorTextFocus" },
{ "key": "ctrl+alt+down","command": "editor.action.copyLinesDownAction", "when": "editorTextFocus" },
{ "key": "ctrl+alt+up", "command": "editor.action.copyLinesUpAction", "when": "editorTextFocus" },
{ "key": "shift+enter", "command": "editor.action.insertLineAfter", "when": "editorTextFocus && !editorReadonly" } ,
{"key":"ctrl+w","command": "extension.openInBrowser" , "when": "editorTextFocus" }
]
该插件可以完成自动闭合html标签,使用起来非常的方便。
与上面相似,该插件可以完成自动修改html标签。
该插件配合Bootstrap框架使用,可以很便捷的生成类似于图片轮播等页面效果。
在安装了该插件后,右键菜单里便多了一个格式化代码
功能,有了这个功能之后就可以很方便的将一团糟的代码自动缩进。
一个很基本的插件,用于支持并补全HTML和CSS代码。
一款便于书写jQuery代码片段的插件
与HTML CSS Support
类似,是一款支持jQuery的基础插件
该插件可以补全文件路径
ps:啥时候能支持jsp呢……这样就可以不再使用eclipse了- -不说别的,,真的好卡。。。。
网友评论