How do I make IntelliJ update errors/warnings when...
# k2-adopters
m
How do I make IntelliJ update errors/warnings when I update code? As it is, I need to reopen after every change to see the error removed.
r
Hi! Please share your IDEA version 🙏 What happens with the indicator in the top right corner of the editor?
m
IntelliJ IDEA 2025.1 (Ultimate Edition) Build #IU-251.23774.435, built on April 14, 2025 Source revision: 9b2a2c261c093 It's possibly related to having a shared jvm/android sourceset, since it's also causing classes to randomly cease existing in analysis (in particular under the
java
package) and autocomplete no longer functioning, and these two (though not the incorrect analysis) also occur in K1 mode.
thank you color 1
r
JIC: When you switch between K1 and K2 modes, you might encounter indices corruption, which might affect completion and resolve If possible, please share your log file 🙏
m
idea.log,idea.1.log,idea.2.log
r
I see quite a lot of exceptions from there - maybe they are affecting your highlighting
An example of exception
m
Disabled it and still not working. From what I've gathered talking with other devs, this is unfortunately very common in K2 mode.
r
If possible, please send a more fresh version of the logs 🙏