java - How can I disable the "dimming" of the code completion popup in IntelliJ? -


the code completion popup comes automatically in intellij idea looks this:

popup dimmed

as can see, it's dimmed, or "faded" , hard read. (screenshot fine, real 1 hard read.)

after click on it, looks this:

not dimmed

as can see it's no longer dimmed or faded, always have click on un-dim it.

how can make visible , not dimmed ?

one way make autocomplete popup visible select settings/editor/general/code completion/insert selected variant typing dot, space, etc.

this not appearance setting, changes way autocomplete behaves, may or may not depending on preference.

i not aware of option purely disable dimming. try posting feature request on https://youtrack.jetbrains.com.


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -