
vscode
股海孙悟空
wx 公众号 股海孙悟空
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
在VSCode中编辑HTML文档时,在Dom标签上写style属性时智能提示的问题
添加一下代码: "editor.parameterHints": true, "editor.quickSuggestions": { "other": true, "comments": true, "strings": true }原创 2018-12-23 23:29:21 · 3689 阅读 · 0 评论 -
vs code 提示快捷键
1.ctrl+space 基本上被输入法快捷键占用 文件->首选项->键盘快捷方式(ctrl+k,ctrl+s): 搜索 editor.action.triggerSuggest 换成 ctrl+j 2. ctrl+shift+k 删除一行 搜索 editor.action.triggerSuggest 换成 ctrl+l...原创 2018-12-23 23:47:15 · 1392 阅读 · 0 评论