LSP: Implement semantic tokens

This commit is contained in:
Marenz
2022-05-18 14:54:16 +02:00
parent f629f9eff0
commit ca3af4b2a2
10 changed files with 698 additions and 0 deletions
+1
View File
@@ -73,6 +73,7 @@ private:
void handleTextDocumentDidChange(Json::Value const& _args);
void handleTextDocumentDidClose(Json::Value const& _args);
void handleGotoDefinition(MessageID _id, Json::Value const& _args);
void semanticTokensFull(MessageID _id, Json::Value const& _args);
/// Invoked when the server user-supplied configuration changes (initiated by the client).
void changeConfiguration(Json::Value const&);