LSP: Rework management of client owned files
This commit is contained in:
parent
ccf414ecb4
commit
4cc88e5175
11 changed files with 346 additions and 259 deletions
|
|
@ -48,7 +48,6 @@ protected:
|
|||
|
||||
private:
|
||||
Array find_symbols(const LSP::TextDocumentPositionParams &p_location, List<const LSP::DocumentSymbol *> &r_list);
|
||||
LSP::TextDocumentItem load_document_item(const Variant &p_param);
|
||||
void notify_client_show_symbol(const LSP::DocumentSymbol *symbol);
|
||||
|
||||
public:
|
||||
|
|
@ -59,7 +58,6 @@ public:
|
|||
void didSave(const Variant &p_param);
|
||||
|
||||
void reload_script(Ref<GDScript> p_to_reload_script);
|
||||
void sync_script_content(const String &p_path, const String &p_content);
|
||||
void show_native_symbol_in_editor(const String &p_symbol_id);
|
||||
|
||||
Variant nativeSymbol(const Dictionary &p_params);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue