摘要: HTML 自带Emment :格式化代码 其他语言特性提示 CSS & LESS hover属性,提示样式对象标签 :根据选择器名搜寻选择器 属性含义提示 :属性内容提示 :切换有限的属性值 使用 加属性名,自动添加浏览器前缀 选中一个数字值,使用 对该数字值进行加减 JSON 在json文件中使用 阅读全文
posted @ 2017-10-25 16:16 libinfs 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 使用 打开快捷键设置窗口 使用 切换默认配置 使用 打开搜索框搜索已配置选项 关于代码偏好设置有三种模式: 默认模式:Come with Code 用户自定义模式:All instance of Code 工作环境模式:The current project / workspace 启动工作环境模式 阅读全文
posted @ 2017-10-25 16:15 libinfs 阅读(340) 评论(0) 推荐(0) 编辑
摘要: 什么是代码重构 编写代码 | 找到代码 | 修改代码 关于重构的工具 Bracket Matching Selection Cursors Intelligence Parameter hints Emmet Snippets Go to definition or Symbol Gutter in 阅读全文
posted @ 2017-10-25 16:08 libinfs 阅读(1037) 评论(0) 推荐(1) 编辑
摘要: Layout Editing Explorer Saving Searching Command Palette File Navigation File and Folder Based Files and Folders Project context package.json | bower. 阅读全文
posted @ 2017-10-25 16:07 libinfs 阅读(769) 评论(0) 推荐(0) 编辑
摘要: 在命令行中使用Visual Studio code打开文件: 1. 打开Visual Studio code; 2. 打开控制面板; 3. 键入“shell command”回车; 打开新的标签页 打开文件的具体某行某列 // 打开文件并指向第8行第10列 $ code src/client/app 阅读全文
posted @ 2017-10-25 16:00 libinfs 阅读(810) 评论(0) 推荐(0) 编辑