Open th3coop opened 8 years ago
No chance this can get into 10.2 eh? This is SUPER annoying. I guess no one else notices it though?
I just don't do syntax errors 😝 but yeah I've noticed that too.
I just don't do syntax errors
You really should. I don't know how people can do without them. Just take the time to configure them.
On-topic: Mitchell is pretty swamped, so this won't make it into 10.2. I did look into this one myself a while ago but couldn't make my way through the forest.
Short Summary
If you have a syntax error on a line and the syntax tooltip is multiple lines, it will cover your current line.
Steps to Reproduce
-open a JS file -type
var blah
with no;
Missing semicolon
and"blah" is defined but never used
.Expected results
To have the syntax error tooltip stop at the top of the line I'm editing.
Actual results
The tooltip covers the line I'm editing and I can't see. I have to stop typing and move the mouse.