You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vhdl: add snippets for conditional assignments, signals, variables, functions, procedures, etc. (rafamadriz#492)
* vhdl.json: more descriptive prefixes for generate snippets
* vhdl.json: add signal declaration snippets
* vhdl.json: add variable and constant snippets
* vhdl.json: add function snippet
* vhdl.json: fix missing comma in function snippet
* vhdl.json: add procedure snippet
* vhdl.json: remove variable section from function and procedure
* vhdl.json: add with select assignment snippet
* vhdl.json: add when-else assignment snippet
* vhdl.json: add missing semicolon to when-else snippet
* vhdl.json: remove semicolon from type snippets without initialiser
Semicolon is not needed in these snippets because they are already contained in the signal, variable and constant snippets.
Type snippets with initialiser are also not needed any more because initialiser is also contained in the other snippets. They can be deprecated in the future.
* vhdl.json: remove duplicated zeroes snippets
* vhdl.json: add snippet for when alternatives in case statements
0 commit comments