Remillard / VHDL-Mode

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

Package Declaration and Package Body Snippets #27

Closed Remillard closed 7 years ago

Remillard commented 7 years ago

Might be nice to put in some basic snippets for these though I think the reason I didn't before was because it's basically package <identifier> is and end package <identifier>;. Still, feels like an oversight.

Remillard commented 7 years ago

It's a little awkward to add separate snippets for package and package body. I can't think of meaningful shortcut names since package body is just a package with the word body after it. I created a snippet that creates both at the same time with the correct name and I think this will be satisfactory.