| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
from LSP clients
|
| |
|
|
|
|
|
| |
This action will show help for target symbol in godot editor and bring the godot editor window to foreground
Improved markdown documentation for symbols.
|
|
|
|
|
| |
Expose GDScriptLanguageProtocol singleton and classes for editor plugins (Not visiable in class tree)
Fix minor bug in symbol resolve
|
|
|
|
|
|
| |
Improved uri and workspace path translatation on windows platform.
The smart resolvation is much faster than builtin's in the server side.
The smart resolve mode is still disabled as default as the clients might be slow with a planty of completion items.
|
|
|
|
| |
The smart resolvaion can guess most symbols but it might be slow so disabled by default users can turn on it in the editor setting
|
|
|
|
|
|
|
| |
Implement hover
Implement completion documentation resolve
Implement hover documentation
Implement go to definition
|
|
|