Is your feature request related to a problem? Please describe.
In enormous repositories certain important problems are drowned by other less important warnings.
Describe the solution you'd like
a) Add a priority to the diagnostics.
- Duplicated IDs are an error.
- Some linting might just be a warning.
b) Enable scoping the Diagnostics tab to the current file or per file (where possible). I dont need to know about 10000 other block problems. But the 3 in my current file I can do something about.
Random thought:
Errors in files nearer to the current one might be more important. All in all I am unsure how much complexity is useful here.
Is your feature request related to a problem? Please describe.
In enormous repositories certain important problems are drowned by other less important warnings.
Describe the solution you'd like
a) Add a priority to the diagnostics.
b) Enable scoping the Diagnostics tab to the current file or per file (where possible). I dont need to know about 10000 other block problems. But the 3 in my current file I can do something about.
Random thought:
Errors in files nearer to the current one might be more important. All in all I am unsure how much complexity is useful here.