Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>SpectralGo BuilderNew to Visual Studio Code? Get it now.
SpectralGo Builder

SpectralGo Builder

Spectralgo

|
5 installs
| (0) | Free
A VS Code extension for generating models and services
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

SpectralGo Builder Extension

A Visual Studio Code extension for generating models and services for your application.

Features

  • Generate model files with proper structure
  • Generate service files with interfaces and implementations
  • Support for full-stack generation including:
    • Models
    • Brokers
    • Services
    • TRPC Routers
    • Validation
    • Exception handling

Requirements

  • Visual Studio Code 1.85.0 or higher
  • Node.js and npm installed

Installation

  1. Download the .vsix file from the releases
  2. Open VS Code
  3. Go to Extensions view (Ctrl+Shift+X)
  4. Click on the "..." menu at the top
  5. Select "Install from VSIX..." and choose the downloaded file

Usage

  1. Open the command palette (Ctrl+Shift+P)
  2. Type "Generate Files" and select the command
  3. Choose the type of generation:
    • Generate Model
    • Generate Service
  4. Enter the singular and plural names for your entity
  5. Files will be generated in the appropriate directories under src/

Extension Settings

This extension contributes the following settings:

  • None at the moment

Known Issues

  • None at the moment

Release Notes

1.0.0

Initial release of SpectralGo Builder Extension:

  • Basic model generation
  • Basic service generation
  • Full-stack template support

1.0.1

Fixed issue #.

1.1.0

Added features X, Y, and Z.


Following extension guidelines

Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.

  • Extension Guidelines

Working with Markdown

You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:

  • Split the editor (Cmd+\ on macOS or Ctrl+\ on Windows and Linux).
  • Toggle preview (Shift+Cmd+V on macOS or Shift+Ctrl+V on Windows and Linux).
  • Press Ctrl+Space (Windows, Linux, macOS) to see a list of Markdown snippets.

For more information

  • Visual Studio Code's Markdown Support
  • Markdown Syntax Reference

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft