VHDL-LS / rust_hdl

Other
346 stars 64 forks source link

Add support for ignoring/blackboxing libraries or DU names #78

Open Bonusbartus opened 4 years ago

Bonusbartus commented 4 years ago

When running projects with pre-compiled/vendor libraries or mixed language projects, not all files will be in vhdl libraries added to the vhdl_ls.toml file. It would be very useful to be able to add primary units with "missing declarations" and unknown libraries, to an ignore list;

for unknown libraries (lib_x) it would be an option to add them to the vhdl_ls.toml file without any files, in which case all: "use lib_x.pkg" statements would be skipped by the semantics checker

kraigher commented 3 years ago

This would be quite easy. It is a good first issue for someone who wants to. contribute to the project.

patgro1 commented 1 year ago

Same as #118 ??