0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

VSCodeをインストールして最初にすること

Last updated at Posted at 2024-09-23

ファイルの最後に自動で改行する設定

  1. Macはcommand(⌘) + ,、Windowsはctrl + ,を押して設定画面を開く
  2. files.insertFinalNewlineで検索してチェックを入れる

スクリーンショット 2024-09-23 23.48.35.png

最終行以降の余分な改行を削除する設定

  1. 設定画面を開く
  2. trimFinalNewlinesで検索してチェックを入れる

スクリーンショット 2024-09-23 23.56.04.png

行末の不要なスペースを自動で削除する設定

  1. 設定画面を開く
  2. files.trimTrailingWhitespaceで検索してチェックをいれる

スクリーンショット 2024-09-23 23.58.40.png

Codeiumをインストールする ※無料のGithub Copilot的なやつ

  1. 拡張機能でCodeiumをインストールする

スクリーンショット 2024-09-24 0.01.02.png

参考記事

0
2
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
0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?