Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ctrlEclipse では、 + ,/ ctrl+を押すと、選択した単語の前/次の出現箇所に移動できます.。
IntelliJ IDEA で同等のものは何ですか?
Ctrl+ Shift+を使用F7して現在のファイル内の変数の使用箇所を強調表示し、F3またはShift+を使用F3して強調表示された使用箇所をナビゲートします。
(IntelliJ IDEA 2016.1.3 で動作します)