Skip to content

Instantly share code, notes, and snippets.

@sahara-ooga
Last active November 22, 2017 09:22
Show Gist options
  • Save sahara-ooga/9e7dcfb0d08beca47dc24b12f3501cf7 to your computer and use it in GitHub Desktop.
Save sahara-ooga/9e7dcfb0d08beca47dc24b12f3501cf7 to your computer and use it in GitHub Desktop.
VS code

公式チートシート

使ってみた

  • 画面分割時に、グループを移る    - Win:Ctrl + 1,2,3

  • Zenモードとの切り替え    - Win:Ctrl + K,z

VS codeでソートするための手順

プラグインの導入

今回はSort linesを導入。

使う手順

  1. ソートしたい範囲を選択する。
  2. F1キーを押す。
  3. sortと入力。
  4. ソートの仕方(昇順・降順など)をメニューから選択。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment