Whenever a have a blank string literal in my code,...
# intellij
k
Whenever a have a blank string literal in my code, as in
val x = ""
, it's underlined and on hovering it says "Ctrl+click to navigate in remote FS view". What is remote FS view?If I don't use it, how can I get rid of this distracting underline?
m
Are you using IntelliJ IDEA or VS Code?
k
IntelliJ IDEA Ultimate 2022.2.3
m
this seems like a plugin issue or project setting 🤔
k
Thanks. Indeed, it seems to be something connected with JetBrains' Big Data Tools plugin. I thought it was Kotlin-related because this only happens in Kotlin files, not Java ones. I have no idea why this only happens in Kotlin files.