Closed
Description
Feature request
Provide a way to trigger a quick fix from the problems view.
For example, for the javascript:
//@ts-check
class Abc {}
new AbC()
A quick fix is available:
But this is not shown or indicated in the problems view:
Additionally, when you click on the problems entry, the editor is not focused so you cannot use a keyboard shortcut to trigger the quick fix