forked from qt-creator/qt-creator
JLS: add special java client that can execute jls commands
the java language server uses special "java.apply.workspaceEdit" commands that already contain the workspace edit that should be applied when triggering the command. Change-Id: If7c53b9b097aaeca289e3958a39be37a9725d395 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -145,7 +145,7 @@ public:
|
||||
void requestCodeActions(const LanguageServerProtocol::CodeActionRequest &request);
|
||||
void handleCodeActionResponse(const LanguageServerProtocol::CodeActionRequest::Response &response,
|
||||
const LanguageServerProtocol::DocumentUri &uri);
|
||||
void executeCommand(const LanguageServerProtocol::Command &command);
|
||||
virtual void executeCommand(const LanguageServerProtocol::Command &command);
|
||||
|
||||
// language support
|
||||
void addAssistProcessor(TextEditor::IAssistProcessor *processor);
|
||||
|
||||
Reference in New Issue
Block a user