Often times there are errors in the code that have “quick-fixes” that you access by ctrl+.
For example “Add missing import from ./■■.”
I find myself having to stop the composer from trying weird and obscure issues from just moving my caret to the error, and pressing tab for apply the suggested autofix.
Should be technically pretty straight forward to have the composer have a look at the quick fixes and evuluate them before going debugging further…
vscode.languages.registerCodeActionsProvider
and
vscode.executeCodeActionProvider
thanks.