VScode 구성 및 플러그인에 대한 개인 선호도

1569 단어
설정 파일:
{
    "window.zoomLevel": 1,
    "git.confirmSync": false,
    "editor.fontFamily": "Source Code Pro",
    "workbench.colorTheme": "One Dark Pro",
    "editor.fontSize": 14,
    "editor.lineHeight": 23,
    "npm-intellisense.importES6": true,
    "npm-intellisense.importQuotes": "'",
    "npm-intellisense.importLinebreak": ";\r
", "npm-intellisense.importDeclarationType": "const", "terminal.integrated.shell.windows": "C:\\Windows\\Sysnative\\cmd.exe" }

일반적인 확장은 다음과 같습니다.
  • C#
  • CodeMetrics
  • Debugger for Chrome
  • Docker
  • ESLint
  • Language Support for Java(TM) by Red Hat
  • npm Intellisense
  • One Dark Pro
  • Python
  • React Native Tools
  • React/Redux/react-router Snippets
  • VS Code for Node.js - Development Pack
  • Document This
  • Output Colorizer
  • Bracket Pair Colorizer
  • Git History
  • Auto Import
  • Auto Close Tag
  • Path Intellisense
  • Sort lines
  • Auto Rename Tag
  • Reactjs code snippets
  • C# Extensions

  • Sort lines 단축키 실행 명령 수정: 키보드 단축키 - 고급 Json에
    [
        {
            "key":"F9",
            "command":"sortLines.sortLinesLineLength"
        }
    ]
    

    좋은 웹페이지 즐겨찾기