Veggie-CodeA project management tool developed to keep users within VSCode and organized. DescriptionThis package contains the Veggie Code Snippets extension, which introduces a variety of snippets to allow for quicker formatting of project management text and code organization. This extension works best alongside the Better Comments extension, published by Aaron Bond. Install the extension package at the Visual Studio Marketplace for the best experience. UsageSnippet prefixes all contain "!v" and will work by hitting the "Tab" key after choosing which prefix to use. Snippets!veggiecode - displays the boilerplate containing all snippets + descriptions !vftr - write about a feature of your program !fvtrsec - same as !vftr but with multiple entries !vscr - for scribbling down thoughts or brainstorming !vtodo - create a list of things to do, including the progress of each item !vbug - document and describe a bug, including the progress made towards fixing it !vbugsec - same as !vbug but with multiple entries !vcool - write some notes about an interesting or cool finding about the code !vdoc - document your code !vchart - create a text version of a Gantt Chart to plan project development time !vprog - list the progress icons To see sample files for both in-document and workflow styles of extension use, visit the "testing" folder located within the "Veggie-Code-Snippets" folder. These documents are also available via the extension repository. Happy managing! |