Sublime Forum

How do i disable the red outline error boxes

#1

I know this sounds like some of the other questions from 2016, but boxes appear different, and the show_errors_inline is turned off, both in general preferences and syntax specific preferences. It looks like this: 35%20PM

I’m working on embedded code so that tool path(s) are different from regular app development. I’m sure these are errors in the ‘normal’ environment, but they really aren’t. I want to make them go away. Please

0 Likes

#2

That looks like you have a package installed that’s checking for errors or otherwise doing something to highlight items; a linter perhaps?

0 Likes

#3

Good call – the clangCompleter (or something similar) – thanks!

1 Like