Add optional goto definition support for native symbols
This action will show help for target symbol in godot editor and bring the godot editor window to foreground Improved markdown documentation for symbols.
This commit is contained in:
parent
666ed89011
commit
72d11cd173
10 changed files with 134 additions and 84 deletions
|
|
@ -84,6 +84,7 @@ public:
|
|||
void notify_client(const String &p_method, const Variant &p_params = Variant(), int p_client = -1);
|
||||
|
||||
bool is_smart_resolve_enabled() const;
|
||||
bool is_goto_native_symbols_enabled() const;
|
||||
|
||||
GDScriptLanguageProtocol();
|
||||
~GDScriptLanguageProtocol();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue