java - Jetbrains / Intellij keyboard shortcut to collapse all methods -


i'm working on legacy code has class 10,000+ lines of code , has 100s of methods. there shortcut jetbrains ide (since shortcut shared across of them) collapse methods / functions method signatures shown?

something this:

public string mymethod(string arg1, int arg2){...}  public string mysecondmethod(string arg1, int arg2){...} 

you may take @ intellij code folding shortcuts. guess ctrl+shift+- need.


Comments

Popular posts from this blog

php - cannot display multiple markers in google maps v3 from traceroute result -

php - Boolean search on database with 5 million rows, very slow -

css - Text drops down with smaller window -