/// -> This will trigger the generator to generate a template.
Usage: If you use the command pallete on a function and type Gen Doc, you'll see a command that will generate
a customized document or the specific method/function with all the params and return type.
// Have the cursor here when you trigger the Doc Gen command
String getName() {
// Get the method name
}
Release Notes
Users appreciate release notes as you update your extension.
0.0.1
Initial release of Flutter/Dart Document Generator...