mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Implement applyEdit in LSP for signal connecting
This commit is contained in:
parent
fb3961b2ef
commit
9a8421aa05
5 changed files with 126 additions and 0 deletions
|
@ -73,6 +73,8 @@ private:
|
|||
int latest_client_id = 0;
|
||||
int next_client_id = 0;
|
||||
|
||||
int next_server_id = 0;
|
||||
|
||||
Ref<GDScriptTextDocument> text_document;
|
||||
Ref<GDScriptWorkspace> workspace;
|
||||
|
||||
|
@ -101,6 +103,7 @@ public:
|
|||
void stop();
|
||||
|
||||
void notify_client(const String &p_method, const Variant &p_params = Variant(), int p_client_id = -1);
|
||||
void request_client(const String &p_method, const Variant &p_params = Variant(), int p_client_id = -1);
|
||||
|
||||
bool is_smart_resolve_enabled() const;
|
||||
bool is_goto_native_symbols_enabled() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue