Diagnostic: Put controller actions in specific order #201
Labels
diagnostic
Feature that implements a `textDocument/diagnostic` request.
enhancement
New feature or request
feature
Issue that implements a new feature.
It's quite a common practice to sort the methods in a Stimulus controller like:
initialize()
connect()
disconnect()
We should have a diagnostic/auto-format fix to sort the controller actions in the right order
The text was updated successfully, but these errors were encountered: