
编辑器
qq_41636140
这个作者很懒,什么都没留下…
展开
-
VS code 自定义用户代码片段
##规则:Place your 全局 snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and description. Add comma separated ids of the languages where the snippet is applicable ...原创 2020-02-23 21:31:35 · 404 阅读 · 0 评论 -
Eclipse快捷键
jack_孟随笔 - 1237, 文章 - 0, 评论 - 304, 引用 - 0Eclipse常用快捷键Eclipse常用快捷键1几个最重要的快捷键代码助手:Ctrl+Space(简体中文操作系统是Alt+/)快速修正:Ctrl+1单词补全:Alt+/打开外部Java文档:Shift+F2显示搜索对话框:Ctrl+H快速Outline:Ctrl+O打开资源:Ctrl+Shi...转载 2019-05-25 12:05:58 · 168 阅读 · 0 评论 -
vscode代码格式化
第一种解决方案ctrl + shift + Xeslint 安装ctrl + , 或者打开C:\Users\Administrator\AppData\Roaming\Code\User\setting.json{ "editor.tabSize": 2, "files.associations": { "*.vue": "vue" }, "es...原创 2019-05-17 14:14:13 · 2098 阅读 · 2 评论