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:
@ -73,6 +73,11 @@ class ExtendGDScriptParser : public GDScriptParser {
|
||||
|
||||
Array member_completions;
|
||||
|
||||
String parse_documentation_as_markdown(int p_line, bool p_docs_down = false);
|
||||
|
||||
public:
|
||||
static String marked_documentation(const String &p_bbcode);
|
||||
|
||||
public:
|
||||
_FORCE_INLINE_ const String &get_path() const { return path; }
|
||||
_FORCE_INLINE_ const Vector<String> &get_lines() const { return lines; }
|
||||
|
||||
Reference in New Issue
Block a user