Autocompletion enhancement
Variables from one procedure shouldn't show up when editing outside the procedure
Consider the following the following procedure stub:
procedure init_prod is variable my_var : std_logic; begin ... end procedure init_prod;
The variable is only visible in the procedure so it would be nice if it was only shown in the autocompletion selection when editing the procedure.
- Forums:
Better autocomplete
This is what we are working on for the 2.0 release.
Stay tuned,
Hendrik.
Post new comment