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?

0
2 comments

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

0
Avatar
Permanently deleted user

OMG, You're right!
I had the debugger on. This makes sense. Thank you.

1

Please sign in to leave a comment.