Closed Remillard closed 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.
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
andend package <identifier>;
. Still, feels like an oversight.