Not showing errors in actual line
Closed this issue · 1 comments
Version
4.1.3
Issue
Its some kind of feature request. When i clic enter and began to write a new code line of javascript it appears a signal of error ( ex: missing ; as i use the google preset)... I think it has to left users to end the line and then apply the linter ( or at least an option). Or for example when you begin to declare a variable....
Thats a little annoying as you cant ever write a line of code without errors....
When an error is highlighted a range of the text is marked by Atom. As you type within that original range, the marked area is automatically expanded until the range is updated on the next update of the diagnostic results. This is the intended behavior so you can either pause long enough for the results to update, or remember to type the ;
😉.