We've had users complain that the number of highlights in the VSCode extension is overwhelming. Some of our highlights encompass too much and need to be more targeted. This should reduce the visual load in the IDE.
We should audit all our existing lint rules to make sure the spans make sense. Off the top of my head, I know the trailing comma rule will highlight the entire object that is missing a comma. This should be changed to just highlight the character immediately preceding the expected comma.
We've had users complain that the number of highlights in the VSCode extension is overwhelming. Some of our highlights encompass too much and need to be more targeted. This should reduce the visual load in the IDE.
We should audit all our existing lint rules to make sure the spans make sense. Off the top of my head, I know the trailing comma rule will highlight the entire object that is missing a comma. This should be changed to just highlight the character immediately preceding the expected comma.