Is there a hotkey for searching for references in IntelliJ when using Scala? -


is there hotkey searching references in intellij when using scala?

in eclipse, when using hotkey ctrl+shift+g on name, search references starts. usefull find method used. there similiar in intellij when using scala ?

  • ctrl+alt+f7: show usages; displays pop-up usages.
  • alt+f7: find usages; opens find view, displaying usages in various ways (such methods , files).

found doing ctrl+shift+a, typing find, , seeing show usages , find usages listed. tried search first, showed settings. now, knew idea called usages, not references, avoided searching because wouldn't know search that.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -