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?

More than 3 years have passed since last update.

keyから探すeclipseとVisual Studioのショートカットキー (Windows)

0
Last updated at Posted at 2021-11-12

バージョン情報

eclipse

  • Eclipse IDE for Enterprise Java and Web Developers (includes Incubating components)
    Version: 2021-09 (4.21.0)

Visual Studio

  • Microsoft Visual Studio Community 2022 (64 ビット) - Current
    Version 17.0.0

はじめに

  • バージョンによって多少の差異があるかもしれないので一応載せてはいますが、ほぼ同様に使えるとは思います。
  • ショートカットが大好きなので曲がり角とかも人等いない限り回り込むような事はせず、ギリギリを攻めるタイプです。が人生にはショートカットなんてありませんよ。
  • eclipseでよく使うショートカットキーがVisual Studioでは挙動が違うことが割とあって混乱したので備忘録として残します。
  • ちょくちょく更新していく予定です。

検索キーワード

(やりたいことから探したい場合は以下をコピーしてページ内検索してください。 ※適当に抜粋してます。)

  • 下に 1 行挿入
  • 上に 1 行挿入
  • 行の削除
  • 行の移動
  • エディタ内のタブ移動ダイアログ表示
  • エディタ内タブ移動

メイン

eclipseでよく使うショートカットキー

まじか?! (動きが想定と逆とか) ってなったショートカットには独断でkeyに■つけてます。

Key eclipse Visual Studio
Shift + Enter 下に 1 行挿入 下に 1 行挿入
Ctrl + Enter 上に 1 行挿入
■ Ctrl + Shift + Enter 上に 1 行挿入 Shift + Enterが勝って下に 1 行挿入
■ Ctrl + d 行の削除 複製
Alt + ↑ or ↓ 行の移動 行の移動
Alt + Shift + ↑ or ↓ 複製 エディタ内のタブ移動ダイアログ表示 ※ ↓ の場合のみ
Ctrl + Alt + PageUp or PageDown エディタ内タブ移動 ※ Alt なしでもOK エディタ内タブ移動
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?