vsc - taka512/memo GitHub Wiki

docs

https://code.visualstudio.com/docs

initial

extension

https://zenn.dev/ymasaoka/articles/10-extensions-useful-to-start-using-vscode

  • 入力支援
    • Visual Studio IntelliCode
      • IntelliCode は、使用する可能性が高いものを入力候補一覧の最上位に配置
    • Path Autocomplete
      • パス補完
  • 表示支援
    • Rainbow CSV
      • CSV や TSV などのようなカンマ (,) やタブをはじめ、セミコロン (;) やパイプで要素を区切ってあるファイルデータを色分けして強調表示
  • 操作
  • チェック
    • HTMLHint
      • HTML構文チェック
    • EvilInspector
      • 全角空白検知
    • Trailing Spaces
      • 余分なスペース表示

setting

github連携

https://vscode.github.com/

基本

  • 保存
    • Command + S
  • 一括置換
    • shift + command + L

https://karaage.hatenadiary.jp/entry/2020/07/17/073000

link