Kotlin: Why are most variables underlined in Android Studio and how do I turn that off?
问题 I wanted to know why most variables in Kotlin are underlined. Some files contain a lot of underlining which is very annoying. If I hover my mouse over a variable it doesn't give any information most of the time. But on some it says "This property has a backing field" or "Value captured in a closure". Does anybody know how to disable those underlines? Here is a screenshot with what I mean: And realm is then underlined throughout the entire file. 回答1: It's just Editor Preferences. Edit: This is