Code Action: Register controller after executing stimulus.controller.create
#207
Labels
code-action
Feature that implements a `textDocument/codeAction` request.
enhancement
New feature or request
feature
Issue that implements a new feature.
Currently when you have a
stimulus.controller.invalid
diagnostic and run thestimulus.controller.create
code action you might still get anotherstimulus.controller.invalid
diagnostic when the project doesn't auto-load controllers.We should check when strategy the project uses and run the
stimulus.controller.register
code action after thestimulus.controller.create
if needed.The text was updated successfully, but these errors were encountered: