2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

VSCodeのショートカット,拡張機能などの紹介

Last updated at Posted at 2020-12-02

はじめに

VSCodeのためのメモを記します.
ほぼ参考文献の切り抜きみたいなものです.

ショートカット

opt.+ 単語毎にカーソル移動する
opt.+ カーソルの行をそのまま上下に移動
Command + D 1つずつマルチカーソル
Command + Shift + L 一括マルチカーソル

中間クリックで範囲選択 矩形選択

チートシート

Keyboard shortcuts for Windows(pdf)

Keyboard shortcuts for macOS(pdf)

Keyboard shortcuts for Linux(pdf)

コマンド

-dオプションでファイルの差分をVS Code上で確認

$ code -d a.py b.py

拡張機能

  • Bracket Pair Colorizer2 ペアのカッコを見やすく
  • indent-rainbow インデントに色をつけて見やすく
  • Markdown Preview Enhanced 数式がTeX形式で書ける
  • markdownlint mdのコードチェック
  • Markdown TOC mdに目次を追加
  • テキスト校正くん txt, mdの校正

参考文献

VS Codeエディタ入門

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?