rust_hdl
rust_hdl copied to clipboard
[BUG] Auto instantiation does not appear given undetermined context
Hi, it seems that the auto instantiation from mapped entities in the vhdl_ls.toml does not work "everywhere". I had a simple entity where I was instantiated other entities. The only specific thing in that entity is that there was a block, but I was not trying to use the auto instantiation in the block. Tried moving things around, couldn't figure why it was working at some places but not at others...