-
Notifications
You must be signed in to change notification settings - Fork 344
Closed
Labels
in commandsRelates to commands (usually invoked from the command Palette)Relates to commands (usually invoked from the command Palette)in tasksRelates to VS Code tasks, such as those provided by Task ProvidersRelates to VS Code tasks, such as those provided by Task Providersis enhancementAn enhancement or improvement that should be listed in release notes but is not a bug fix.An enhancement or improvement that should be listed in release notes but is not a bug fix.
Milestone
Description
Is your feature request related to a problem? Please describe.
Running dartdoc from the command line is fine, but if you don't know that it exists, you're probably not going to organically discover it.
Describe the solution you'd like
A new command "Dart: Generate documentation" which finds dartdoc in the binary cache and executes it. Optionally, check for the existence of dartdoc_options.yaml and provide a sensible default if it's missing.
Describe alternatives you've considered
Continuing to use the command line and grumbling under my breath :)
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
in commandsRelates to commands (usually invoked from the command Palette)Relates to commands (usually invoked from the command Palette)in tasksRelates to VS Code tasks, such as those provided by Task ProvidersRelates to VS Code tasks, such as those provided by Task Providersis enhancementAn enhancement or improvement that should be listed in release notes but is not a bug fix.An enhancement or improvement that should be listed in release notes but is not a bug fix.