Sublime Forum

How to disable inline error messages

#1

I vaguely remember a few months ago one of my packages updating and telling me about this great new feature that shows errors inline. I vaguely remember setting something to ‘true’ to enable this. And I can’t remember what it was. It has a thousand different ways to tell me “you are not finished typing this line yet” and that’s all it really seems to tell me. I really really really really want to turn this thing off.

Does anyone recognize this thing and know where to disable it?

0 Likes

#2

Look for a package that is for javascript, and/or linter

1 Like

#3

I’m pretty sure this is coming from SublimeLinter.

1 Like

#4

Sublime Linter was the culprit!
Set “tooltips”: false and annoying thing went away and now I’m getting useful suggestions from Sublime again.

Thank you both for pointing me in the right direction!

1 Like