VHDL-LS / rust_hdl_vscode

VHDL Language Support for VSCode
MIT License
54 stars 17 forks source link

Goto definition does not work for functions #48

Closed guilbaudl closed 2 years ago

guilbaudl commented 2 years ago

Hey everyone, I just found this issue. It seems that the goto definition does not work for function imported in a library. I am importing the file thanks to the .vhdl_ls.toml file in the user directory, and despite the fact that the file is properly imported, the function can't be linked to it.

It is not written as "not imported" or "error", I simply can't go to the definition when clicking on the function. Regards

guilbaudl commented 2 years ago

Moved this question to rust_hdl