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?

IDE操作の備忘録

0
Posted at

IDE操作の備忘録

IDE上で頻繁に行う操作で、よく忘れてしまうものを記録として残しておきます。もし間違えてたら、ご指摘していただきたいです。

適用範囲

  • Windows 11
    • Visual Studio Code
    • Visual Studio (2026)
    • Eclipse IDE for Java Developers - 2024-12
やりたいこと VS code Visual Studio Eclipse
コード整形 Alt + Shift + F Ctrl + K, D Ctrl + Shift + F
検索 Ctrl + F Ctrl + Shift + F Ctrl + F
コメントアウト Ctrl + K, C Ctrl + K, C Ctrl + /
コメントアウト解除 Ctrl + K, U Ctrl + K, U Ctrl + /
全部折りたたみ Ctrl + K, 0 Ctrl + M, L ??
全部展開 Ctrl + K, J Ctrl + M, L ??
行の折り返し Alt + Z Ctrl + E, W ??
ビルド & 実行 F5 F5 Alt + Shift + X, J
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?