Hey. Could there be a new scope to the diagnostics function that only includes the ones found in the current selection?
The use case would be: after selecting a function and prompting it to fix it, you want it to focus on the errors/warnings found on that function not on the whole file (#diagnostics:current). Something like #diagnostics:selection maybe?
Hey. Could there be a new scope to the diagnostics function that only includes the ones found in the current selection?
The use case would be: after selecting a function and prompting it to fix it, you want it to focus on the errors/warnings found on that function not on the whole file (
#diagnostics:current). Something like#diagnostics:selectionmaybe?