Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport CodeAction return value in lsp-execute-code-action #432
+6
−5
Conversation
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
Ping |
yyoncho
merged commit eaeea71
into
emacs-lsp:master
Oct 10, 2018
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
MaskRay
deleted the
MaskRay:code-action
branch
Oct 11, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MaskRay commentedSep 29, 2018
textDocument/codeActionreturns(Command | CodeAction)[] | nullThis patch applies
edit?: WorkspaceEdit;if exists (which is an extra field CodeAction has, comparing with Command)ccls now returns
CodeAction[]for clang FixIts. Example:void main() {}M-x lsp-execute-code-actionand select the actionint main() {}