Closed
Description
Godot version
4.0.1
System information
Linux
Issue description
When using an external editor with the Godot LSP, typing @rpc(
and requesting completion causes the error Cannot get class '@GDScript'
to be printed from the editor.
Steps to reproduce
- Open a .gd file in an external editor
- Type
@rpc(
- See error
This happens for each "term" in the rpc, i.e. if I type "authority" I get it once, then type a comma and a "
, I get it again.
Minimal reproduction project
N/A
Metadata
Metadata
Assignees
Type
Projects
Status
Done