Tom Williamson
- Total activity 120
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 9
- Subscriptions 35
-
Created Way to jump to Javadoc for any class?
I'm interested if there's a way to get Idea to display (in a popup or a browser) the Javadoc for any class/method/property/etc. for any class imported or referenced in your project. I read this ... -
Created Git + Idea = confusion
I'm having a hard time mentally "mapping" the Git "command line" commands to the Intellij Idea VCS interface. Particularly in the area of merging among different branches, the interface seems ver... -
Created Refactor out "import static"?
Can Intellij's "Refactor" capability be used to convert "import static" statements to regular "import" statements? We have some code which is somewhat indecipherable due to everything being stati...