検索 |
クラシック検索 |
メニューの【Search → Search】を選択するか、ショートカットのCtrl + Hキーを押下します。
検索には、インストールされているプラグインによって次のような種類があります。
コマンド | 説明 |
---|---|
References | 選択されているJava要素への参照を検索 ([ワークスペース内の参照]としてCtrl + Shift + Gで実行可能) |
Declarations | Finds all declarations of the selected Java element |
Implementors | Finds all implementors of the selected Java interface |
Read access | Finds all read accesses to the selected Java field |
Write access | Finds all write accesses to the selected Java field |
Match locations for type references | Finds all type references at specified locations (in casts, as field type, ...) |
Occurrences in File | Finds all occurrences of the selected Java element in its file |
エディタ上でCtrl + Jを押下することで、インクリメンタル検索モードとなります。続けて検索するキーワードを入力すると、一致するテキストにキャレットが移動しハイライト表示されます。
検索のキーワードは、ステータスバーに表示されます。
「Search」ダイアログの[Replace]ボタンをクリックすることで、置換できます。
[Replace]ボタンをクリックすると検索が行われ、一致するテキストが存在する場合には、置換後の文字列を入力するダイアログが表示されます。
このとき[Preview]ボタンをクリックすると、置換結果を確認できます。
検索には、結果を「検索ビュー」に表示する方法のほかに、エディタ上でハイライト表示する方法もあります。
このダイアログを表示するには、メニューから【Edit → Find/Replace】を選択するか、ショートカットのCtrl + Fキーを押下します。