Skip to content

Instantly share code, notes, and snippets.

@ponsuke0531
Last active July 27, 2020 01:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ponsuke0531/d4b59a2bd437befc0d89de31081ed14f to your computer and use it in GitHub Desktop.
Save ponsuke0531/d4b59a2bd437befc0d89de31081ed14f to your computer and use it in GitHub Desktop.
Eclipseの操作を教えてくれるサイト集 ref: https://qiita.com/ponsuke0531/items/3ee5d0ad3f3011b9c5b4
[パッケージ・エクスプローラー]で対象ソースを選択 > コンテキストメニュー > [ソース] : Alt + Shift + S > [GetterおよびSetterの生成]
無理してショートカット : ソース上で[Shift + Alt + S] > [R] > ダイアログで設定
[Project Explorer] > プロジェクトを選択して右クリック > [Export] > [WAR file] > [Destination:]に出力場所を指定 > [Finish]
// 大文字変換
Ctrl + Shift + X
// 小文字変換
Ctrl + Shift + Y
// キャメルケースとスネークケース変換
Ctrl + Alt + K
// サーバでデバック
Shift + Alt + X -> R
// 行ブレークポイントの切り替え
Ctrl + Shif + B
// ショートカットの一覧的なものを見る
Ctrl + Shift + L
// 検索結果のビューを表示したい(Windows)
Alt + Shift + Q -> S
// サイトで紹介されているショートカットとEclipseの動きが違うときに確認する
[設定] > [一般] > [キー]
[メニューバー] > [実行] > [デバッグの構成]
いくつかのリソースが更新されませんでした。
svn: E155004: There are unfinished work items in 'hoge'; run 'svn cleanup' first.
(Windows)
ブレークポイントを`Ctrl + ダブルクリック` > [ブレークポイント・プロパティ] > [条件付き]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment