ruby on rails - RubyMine searching with find usages -


i have bought license use ruby mine , struggling learn how use it. keep having go text mate simple things searching.

i'm trying find have defined css div (called "category title"). can gather, need use 'find usages' in ruby mine. times when go edit/find menu, 'find usages' greyed out. then, if click on uppermost 'app' folder, , click find usages, searches 'app'. doesn't recognise search in search bar. if type div name in code , click alt/f7, gives me typo warning rather search option.

does know how search entire app (not specific file of app) in rubymine? i'm finding incredibly frustrating.

thank you

the command need find in path search entire project, set of projects if open together, specific director, etc. has bunch of options, including regex search. mac, command+shift+f, windows ctrl+shift+f

checkout site keyboard reference.

https://www.jetbrains.com/ruby/documentation/index.html

you might try shift+shift search everywhere, files, classes, symbols.


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -