I get an annoying suggestion for ';' after every line that ends with ';:
Presumably it is from the CHARACTER type defined in standard.
As a workaround, disabling enum member suggestions helps:
"[vhdl]": {
"editor.suggest.showEnumMembers": false,
}
But maybe there should be a way to ignore specific types, and set some of the more disturbing types from standard library to it by default?
I get an annoying suggestion for
';'after every line that ends with';:Presumably it is from the
CHARACTERtype defined in standard.As a workaround, disabling enum member suggestions helps:
But maybe there should be a way to ignore specific types, and set some of the more disturbing types from standard library to it by default?