Closed sjns19 closed 3 months ago
I'm not sure if this feature already exists and can be enabled through configuration but it would be nice if the file having errors would be marked red in the files tree
I don't think ST has such API. There is no API related to sidebar, just literally none.
so it would be easy to track the file without having to go through each file to see where the problem lies.
If the server auto diagnoses the whole project, then the LSP diagnose panel should achieve your request. If only opened files are diagnosed, then nothing we can do here.
Closing this since if this is ever implemented, it would most likely be implemented in the main LSP package and not this one.
I'm not sure if this feature already exists and can be enabled through configuration but it would be nice if the file having errors would be marked red in the files tree, something like what VS Code does so it would be easy to track the file without having to go through each file to see where the problem lies.
From VS Code
Sublime