edgedb-editor-plugin icon indicating copy to clipboard operation
edgedb-editor-plugin copied to clipboard

Type from a different .gel file is not being recognized

Open NikoLandgraf opened this issue 6 months ago • 1 comments

Referencing types from other .gel files, but from the same modules (e.g. default) current leads to a VS Code type issue. Importing the file from another gel file does not work either.

See example Screenshot to reproduce the issue:

Image

NikoLandgraf avatar Jul 10 '25 14:07 NikoLandgraf

It works for me:

Image

And it does show an error if type of author actually does not exist.

Image

Try updating gel-ls with command "Gel Language Server: Download latest version".

You should also get auto-completion.

aljazerzen avatar Jul 10 '25 18:07 aljazerzen