Vs Code

Collections

Dev

Testing

Etc

Default VS Code As The Git Editor

git config --global core.editor "code -w"

Open the command pallette and run Shell Command: Install code in PATH

Co-op

필수

  • ESLint, Prettier, Vetur
    • Settings> save 검색
      • Editor: Format On Save 활성화
      • Edit in settings.json 클릭하여 편집하여 다음 내용을 추가
        "eslint.format.enable" : true,
        "[vue]" : {
          "editor.defaultFormatter" : "esbenp.prettier-vscode"
        },
        "[javascript]" : {
          "editor.defaultFormatter" : "esbenp.prettier-vscode"
        },
        "eslint.validate" : [
          "javascript"
        ],
        "editor.defaultFormatter" : "esbenp.prettier-vscode",
        
  • axe Accessibility Linter
  • Code Spell Checker

선택

  • Auto Close Tag
  • Auto Rename Tag
  • Better Comments
  • Emmet JSS
  • ES7 React/Redux/GraphQL/React-Native snippets
  • Git Graph
  • GitLens
    "gitlens.autolinks": [
      {
        "url": "https://app.asana.com/0/search?q=IT-<num>",
        "prefix": "IT-"
      }
    ],
    
  • HTML CSS Support
  • HTML End Tag Labels
  • Indent-Rainbow
  • JavaScript (ES6) snippets
  • JavaScript Booster
  • P42 JavaScript Assistant
  • Regions with Colors
  • Surround
  • Todo Tree
  • Turbo Console Log
  • Vue Snippets StandardJS
  • Vue VSCode Snippets

Personal knowledge management

Dendron

The personal knowledge management (PKM) tool that grows as you do!

Apply Font

system_profiler -json SPFontsDataType | grep \"family | sort | uniq # https://stackoverflow.com/a/67132993/5163033

Or

In Desktop view, Press “⌘ + Space” to start Spotlight, then type in “font book”


Children
  1. Tips for typing import statements in JavaScript