Pointless tooltip hovering over string literals
Whenever I hover my mouse over a string it is highlighted and the exact same text from the string is shown in a tooltip. It is absolutely pointless. There is no value at all to having these tool tips because they are just redundant information. I can see the string, a tooltip does not need to tell me what the string says.
This happens on all strings in my javascript code. How do i turn it off?

Please sign in to leave a comment.
Does it happen always, or during the debug session, for example? I can only see such tooltips when running in debugger, if Show value tooltip is enabled in Settings | Build, Execution, Deployment | Debugger | Data Views
OMG, You're right!
I had the debugger on. This makes sense. Thank you.