Hello everyone, I installed sublime text 3 but it doesn’t show to me any code syntax errors I make in HTML-JAVACRIPT-CSS-JQUERY. Why??? Thank you
Sublime text 3 can't show syntax code errors
addons_zz
#3
Sublime Text is a pure text editor, it does not know the language syntax, therefore it cannot show the syntax errors.
However, Sublime Text is a very customizable text editor, hence someone may write a plugin/package which can check your HTML/JavaScript for syntax errors.
0 Likes
karagiank
#4
Do you any package that show syntax error like example (missing ; , writting code wrong like igm and not img). Thank you
0 Likes