VHDL-LS / rust_hdl_vscode

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

[Feature request] Multi-project workspace #102

Open ag943 opened 6 days ago

ag943 commented 6 days ago

Hi,

Thank you for the fantastic extension! It's been working great for my projects. I do have a feature request concerning multi-project workspaces.

In some of my workspaces, I have several folders, each representing a separate project, that each share some librairies on different revisions.

It would be incredibly helpful if the extension supported multiple vhdl_ls.toml configuration files within a single workspace. Specifically, it would be ideal if each VHDL file could automatically reference the nearest vhdl_ls.toml in the directory hierarchy to resolve entities and components, enabling more modular and flexible project setups.

Thank you for considering this enhancement, and have a great day!