diff options
author | geequlim <geequlim@gmail.com> | 2019-06-30 16:10:13 +0800 |
---|---|---|
committer | geequlim <geequlim@gmail.com> | 2019-08-11 13:30:15 +0800 |
commit | 72d11cd17355585bd3f2b6d467ebb45ad55b6759 (patch) | |
tree | 56191277822a26498151d9d03acc0525fdfd3449 /modules/gdscript/language_server/gdscript_workspace.h | |
parent | 666ed89011551ae7691c8eeeb3fff74e17b48020 (diff) |
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.
Diffstat (limited to 'modules/gdscript/language_server/gdscript_workspace.h')
-rw-r--r-- | modules/gdscript/language_server/gdscript_workspace.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/gdscript/language_server/gdscript_workspace.h b/modules/gdscript/language_server/gdscript_workspace.h index 8c82c04c34..adce169d4b 100644 --- a/modules/gdscript/language_server/gdscript_workspace.h +++ b/modules/gdscript/language_server/gdscript_workspace.h @@ -84,8 +84,6 @@ public: Dictionary generate_script_api(const String &p_path); - static String marked_documentation(const String &p_bbcode); - GDScriptWorkspace(); ~GDScriptWorkspace(); }; |