IntelliJ IDEA's Scala plugin many times complains about "type mismatch" even though the code in question compiles absolutely fine. I find this quite irritating, and would like to disable this feature. I didn't find any relevant option on searching in the settings. How do I get rid of it?
|
Switching off 'Type Aware Highlighting' by clicking this symbol may help a bit.
Edit There are also a number of Scala specific inspections which can be enabled and disabled. These can be accessed by clicking on the 'Inspector' icon (just to the left of the 'Type Aware' icon) shown in the first screenshot above and clicking 'configure inspections on the pop-up dialog.
|
|||||
|
|
|
You can completely turn off error highlighting by clicking the little man with a bowler hat at the bottom-right hand corner of the screen and choosing "None" for Highlighting Level. But then you lose all error highlighting, not just the one that is annoying you. (Sorry, StackOverflow won't let me post an image to show exactly where to find "Hector the Inspector!) |
|||||||||||
|
|
@rxg: Here is a small test case to demonstrate the problem:
scalac compiles this code fine. IDEA's type-inspector complains:
|
||||
|
|

