Xiaobin
- Total activity 28
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 6
-
Created How to see package javadoc
AnsweredIs there a way to see package javadoc, for instance, java.util, in Intellij? -
Created Intellij gets frozen occasionally while doing a double-shift search
AnsweredThis is not recoverable. I have to terminate the process every time this happens. I use mac and my intellij version is ultimate 2020.3. Please help. -
Created Spring icon leads to the top of application context file instead of the actual bean
AnsweredClicking on this green icon located at the same line of the java class declaration leads me to the top of the xml configuration file instead of the actual bean. How can I fix it? -
Created Refreshing Gradle dependencies doesn't work sometimes
AnsweredI have a Gradle module which is part of a project. Sometimes when I update the version of a dependency in the build.gradle file and after that refresh Gradle dependencies of that module in the Grad... -
Created Is there a way to choose between regular import and static import?
AnsweredAs the following screenshot shows, when I type the enum name, it only allows me to do regular import. Is there a way to choose between regular import and static import when I type the keyword? I wo... -
Created How to make Intellij automatically show compiling errors like Eclipse and how to prevent unwanted callers in the call hierarchy?
AnsweredThe first question is how to see all the compiling errors in the problems window? In Eclipse, all the compiling errors can be found in the problems tool window and the compiling errors are automati...