
The C++ LanguageServer can now find the matching declaration for variable names, function calls, struct/class types and properties. When clicking on one of the above with Ctrl pressed, HackStudio will ask the language server to find a matching declaration, and navigate to the result in the Editor. :^)
5 lines
187 B
Text
5 lines
187 B
Text
endpoint LanguageClient = 8002
|
|
{
|
|
AutoCompleteSuggestions(Vector<GUI::AutocompleteProvider::Entry> suggestions) =|
|
|
DeclarationLocation(String file_name, i32 line, i32 column) =|
|
|
}
|