Merge pull request #114186 from voylin/language_server_highlight_support
Add highlight support to Language Server for external editors
This commit is contained in:
commit
8d2c8b5433
4 changed files with 44 additions and 1 deletions
|
|
@ -60,6 +60,7 @@ public:
|
|||
|
||||
Variant nativeSymbol(const Dictionary &p_params);
|
||||
Array documentSymbol(const Dictionary &p_params);
|
||||
Array documentHighlight(const Dictionary &p_params);
|
||||
Array completion(const Dictionary &p_params);
|
||||
Dictionary resolve(const Dictionary &p_params);
|
||||
Dictionary rename(const Dictionary &p_params);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue