Sublime Forum

Sublime Not Showing Any Errors In My Code

#1

Greetings, when I code sublime does not show any errors in my code. Things such as missing semicolons, etc.

I’m used to seeing the red underline from previous code editors - but nothing shows in sublime when I type in syntactically incorrect code. My current language is js.

Can anyone point me in the right direction please on why this is not showing?

Thank you

0 Likes

#2

Sublime doesn’t include functionality like this by default, so you need to install a third party package. One of the most popular ones is SublimeLinter, which provides the core framework for linting your code. You will also need to install the appropriate linter package and required external linting tools.

0 Likes