-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add code-actions-on-save config * Match VS Code config to allow future flexibility * Make Jobs::handle_callback() async to allow running code actions in callback * Refactor lsp commands to allow applying code actions from command and save * Retain only enabled code actions that do not have commands * Commands cannot be supported without adding a mechanism to await the async workspace edit * Attempt code actions for all language servers for the document * Block on didChange/textDocument to prevent race condition between code actions and auto-format * Add integration tests for gopls under test-lsp feature * Update documentation in book
- Loading branch information
Showing
11 changed files
with
518 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.