I like to use Eclipse\'s shortcut Ctrl + O which outlines the current source. Is there an equivalent shortcut in IntelliJ IDEA?
Whenever I run the IntelliJ autoformatter - it converts this: @Autowired private CustomerDao customerDao;
I am developing a web applicat开发者_运维知识库ion in GWT 1.7.Now I am planning to move to GWT 2.0. I am using maven build tool and intellij idea IDE.Can any one tell me the maven plugin for GWT2.0 an
This question already has answers here: Closed 11 years ago. Possible Duplicate: Case preserving substitute in Vim
I\'m convinced that I\'m just having a bad day and missing somethin开发者_StackOverflow社区g obvious.I\'m trying to create a new Grails project in IntelliJ IDEA 9.0 and I am unable to associate it wit
I really like IntelliJ IDEA\'s \"Move statement\" shortcut (Ctrl + Shift + ↑/↓). However -- I am not sure if this is a bug releated to ActionScript edi开发者_如何学JAVAting only -- move stat
I am trying to create a macro that takes a selection of text and runs some find/replace on it using a regex.I have rec开发者_运维技巧orded this macro in intellij, but when I run it, all I get is the f
In Intellij IDEA, if you press ctrl + F, and start typing characters, you get incremental search that jumps to the first hit for each additional character entered. However, if you have entered a few c
When a file has changes compared to the version checked-out from the version control system (subversion and cvs in my case), I use Ctrl + Alt + Shift + ↑ / Ctrl + Alt + Shift + ↓ to jump bet
I have problem with running jetty in debug and attaching IntelliJ IDEA to listening port. mvnDebug jetty:run-exploded