I just want to get rid of these yellow rects that keep popping up in IntelliJ IDEA.
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
The "class name popups" are actually called breadcrumbs and can include other things such as method names. They're clickable and used to ease navigation. You can disable them in the IntelliJ
Preferences
by going toEditor -> General -> Appearance
and uncheckingShow breadcrumbs
. See my image below.