开发者

How to get IntelliJ From making annoying blue popups?

开发者 https://www.devze.com 2023-01-17 08:40 出处:网络
On Mac OSX running the latest JDK, my IntelliJ9.0.3 pops up these incredibly annoying and persistent windows:

On Mac OSX running the latest JDK, my IntelliJ 9.0.3 pops up these incredibly annoying and persistent windows:

How to get IntelliJ From making annoying blue popups?

This stuff compiles and runs fine, the JDK is definitely operational on this machine. I开发者_StackOverflowt should be a java.util.string, not some other apache string. what is this supposed to be, and how do i get rid of it? Thanks!


Found it! In intellij idea 14, go to

settings -> editor -> general -> auto import, and untick 'show import popup', under the java/kotlin/xml/... section.

That will fix it.


My guess is that you have not configured the Java SDK that your project is using.

File -> Project Structure -> Project -> Project SDK, choose one, make sure it doesn't show in red.


You can ignore certain packages & classes from the import-popup.

See the answer here: Limiting IntelliJ IDEA import suggestions on completion

0

精彩评论

暂无评论...
验证码 换一张
取 消