Remillard / VHDL-Mode

A package for Sublime Text that aids coding in the VHDL language.
MIT License
40 stars 10 forks source link

More correct scoping for library functions #78

Closed Remillard closed 6 years ago

Remillard commented 6 years ago

I can catch package function names if they're listed, however it doesn't scope correctly if you use the fully specified name. For instance: stop(0); works fine, std.env.stop(0) appears as a normal procedure.

Remillard commented 6 years ago

I made an adjustment to the standard env package declaration. I thought about doing it to the others, but I'm a little confused now as to whether std_logic_1164 is now a standard package or a IEEE package. So in any event, I have it in there for env which is where it's probably most likely to be used. I'll stop there unless someone requests full library path names for other libraries.