Skip to content

Latest commit

 

History

History
 
 

vscode

Dart Frog Logo

✏️ Note: The extension is currently in the early stages, if you experience issues or have a recommendation we are eager to hear from you here!

This is the Dart Frog VS Code extension, which provides tools for effectively managing Dart Frog projects.

Developed with 💙 by Very Good Ventures 🦄

Installation

Dart Frog can be installed from the VS Code Marketplace or by searching within VS Code.

Demonstration

demonstration

Commands

Command Description Launch from
Dart Frog: Create Creates a new Dart Frog app Command Palette or Context Menu
Dart Frog: Install CLI Installs Dart Frog CLI Command Palette
Dart Frog: Update CLI Updates Dart Frog CLI Command Palette
Dart Frog: New Route Generates a new route Command Palette or Context Menu
Dart Frog: New Middleware Generates a new middleware Command Palette or Context Menu
Dart Frog: Start Daemon Starts the Dart Frog daemon Command Palette
Dart Frog: Start Development Server Starts a Dart Frog server Command Palette, CodeLens or Status Bar
Dart Frog: Debug Development Server Debugs a Dart Frog server Command Palette
Dart Frog: Start and Debug Development Server Starts and debugs a Dart Frog server Command Palette or CodeLens
Dart Frog: Stop Development Server Stops a Dart Frog server Command Palette or Status Bar

Configuration

Name Description Type Default
dart-frog.enableCodeLens Whether or not to enable CodeLens Boolean True