VHDL-LS / rust_hdl_vscode

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

Automatic toml-file generation #69

Closed jakobjung10 closed 1 year ago

jakobjung10 commented 1 year ago

Have you already found solutions on how to generate a toml-file for a vhdl-project automatically?

guilbaudl commented 1 year ago

Hello, in my case I wrote a python script to source files based on the architecture of my project directory. You could probably write that in any kind of language you want. You can even add a keyboard shortcut to re-generate the file when needed in VSCode