LoginSignup
4
5

More than 3 years have passed since last update.

VSCodeの幸せになる設定と拡張機能

Last updated at Posted at 2020-09-17

はじめに

「これもおすすめっ!!」ってものがあったら教えて下さい!!

設定

1. ミニマップをカラーブロックに

false

editor.minimap.renderCharacters

プレゼンテーション1.png

2. なめらかなカーソルアニメーション

true

editor.cursorSmoothCaretAnimation

プレゼンテーション4.png

3. 保存時、ファイル末尾に空白行を挿入

true

files.insertFinalNewline

プレゼンテーション3.png

4. ツリーのインデントサイズ

30が丁度いい

workbench.tree.indent

プレゼンテーション2.png

拡張機能

1. Python docstringを手軽に書く

Python Docstring Generator

demo

2. 日本語のミスを見つける

テキスト校正くん

demo

3. コード内のコメントにカーソルをあわせると翻訳してくれる

Comment Translate

demo

4. スペルミスを見つける

Code Spell Checker

demo

4
5
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
4
5