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

【VSCode】コードの差分を比較する

Posted at

記事概要

VSCodeでコードの差分を比較する方法について、まとめる。

VSCodeとは

  • 正式名称は、Visual Studio Code
  • 無料で利用できるテキストエディタ

前提

  • VSCodeはインストール済みである

手順

  1. 見本のコードをコピーする
  2. 自分のコードがあるファイルをVSCodeで開く
  3. command + shift + Pでコマンドパレットを開く
  4. >に続けてCompare Active File With Clipboardを入力して選択する
  5. 差分がハイライトで表示される

備考

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