Create a new VSCode Task do to the following when run:
Paramater: package_name
Actions:
- Create two new files
package_name.pks and package_name.pkb (note the file name extensions are now in scripts/project-config.sh
- Load each of the files from the associated templates in the
templates folder
- Rename the package names to
package_name
I find I'm doing this over and over again when creating a lot of new packages. It's a minor thing but could help people with new package development.
Notes:
- Slightly different than snippets in that this will create files
- Can be expanded for views (or other objects)
Create a new VSCode Task do to the following when run:
Paramater:
package_nameActions:
package_name.pksandpackage_name.pkb(note the file name extensions are now inscripts/project-config.shtemplatesfolderpackage_nameI find I'm doing this over and over again when creating a lot of new packages. It's a minor thing but could help people with new package development.
Notes: