前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >VS Code实用技能

VS Code实用技能

作者头像
悟空聊架构
发布2018-10-25 14:55:26
6390
发布2018-10-25 14:55:26
举报
文章被收录于专栏:悟空聊架构 | 公众号

一、常用配置项

代码语言:javascript
复制
{
    "window.zoomLevel": 0,
    "workbench.activityBar.visible": false,
    "workbench.statusBar.visible": false,
    "editor.minimap.enabled": false,
    "window.menuBarVisibility": "default",

    "php.validate.enable": true,
    "php.validate.executablePath": "C:\\php\\php.exe",
    "php.validate.run": "onType",
    "breadcrumbs.enabled": true,
    "files.autoSave": "onFocusChange",
    "files.trimTrailingWhitespace": true,

    "workbench.activityBar.visible": true,
    "window.menuBarVisibility": "default",
    "extensions.ignoreRecommendations": true,
    "git.ignoreLegacyWarning": true,
    "editor.multiCursorModifier": "ctrlCmd",
    "editor.snippetSuggestions": "top",
    "editor.formatOnPaste": true,
    "files.trimTrailingWhitespace": true,
    "editor.wordWrap": "off",
    "workbench.startupEditor": "newUntitledFile",
    "emmet.triggerExpansionOnTab": true,
    "[javascript]": {
        "editor.insertSpaces": true,
        "editor.tabSize": 2
    },
    "[coffeescript]": {
        "editor.insertSpaces": true,
        "editor.tabSize": 2
    },
    "diffEditor.ignoreTrimWhitespace": true,
    "window.zoomLevel": 0,
    "files.autoSave": "afterDelay",
    "php.executablePath": "/usr/bin/php",
    "workbench.iconTheme": "vscode-icons",
    "workbench.colorTheme": "One Monokai",
    "cssrem.rootFontSize": 37.5
}

二、代码折叠

ubuntu 

ctrl + shift + {

ctrl + shift + }

ctrl + k , ctrl + 0

ctrl + k , ctrl + j

三、面包屑

1.打开控制面板 ctrl + p

2.输入>

3.选择Open User Setting

4.搜索bread

5. 打开面包屑功能

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2018-10-17 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档