You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
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:
@@ -1063,6 +1063,11 @@ struct DocumentSymbol {
|
||||
*/
|
||||
String documentation;
|
||||
|
||||
/**
|
||||
* Class name for the native symbols
|
||||
*/
|
||||
String native_class;
|
||||
|
||||
/**
|
||||
* The kind of this symbol.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user