I\'d like to know how to setup IntelliJ to point to the JDK documentation so the documentation popups that display during code completio开发者_JAVA技巧n will show me what the function I\'m looking at
I\'ve enabled the UI 开发者_JAVA技巧Designer plugin in IntelliJ 9 (ultimate edition).I\'ve found some old flash tutorial that doesn\'t really show too much and is based on IntelliJ 6(!).Is there any d
I\'ve got a zillion different tool windows all docked & hidden in IntelliJ but what I\'d really like to do is to close some of them.I\'ll never use th开发者_开发问答em and they\'re just adding to
Is there documentation for what JSDoc subset, superset, or mix of the two IntelliJ supports? My motivation for using JSDoc is two-fold:
There is a shortcut in IntelliJ I\'m looking equivalent in Eclipse, it is called \'Go to symbol\'. CTRL-ALT-SHIFT-N lets you start typing and glob up classes, method names, variable names, etc, from t
Using Netbeans, I develop sites with Tomcat a开发者_如何学Pythons the local server to manage it.
I mean stuff like typing \"iter\" and getting a开发者_开发知识库 \"for\" loop with a choice of what variable to iterate on , typing \"soutv\" to generate a \"System.out.println\" with the \"variable=\
Can I pause a thread while debugging on intellij? What I wa开发者_如何学Pythonnt to have is something similiar to other ID - right click on a thread and pause it. You either use a standard breakpoint
We moved to another SVN server, and now my IntelliJ-SVN integration doesn\'t work. Whenever I open the project, I get this:
I\'m switching over from Eclipse to IntelliJ. In Eclipse, Ctrl+O in the editor, shows a hover popup that allows to search for a method in the class you\'re editing.