Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>smart_vscodeNew to Visual Studio Code? Get it now.
smart_vscode

smart_vscode

SeppeVH

|
6 installs
| (0) | Free
An extension to analyze your codebase using a business context and generate new tests.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Smart VSCode

Smart VSCode is a Visual Studio Code extension designed to analyze your codebase using a business context and generate new tests. This extension provides a sidebar view to manage your codebase and interact with a chatbot for assistance.

Features

  • Codebase Management: Easily name and manage your codebase.
  • Business Context Files: Select and upload business context files (PDF, DOCX, Markdown, TXT).
  • Chatbot Assistance: Interact with a chatbot to understand your codebase and get help.

Getting Started

Prerequisites

  • Visual Studio Code (version 1.98.0 or higher)
  • Node.js (version 14.x or higher)
  • npm (version 6.x or higher)

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/smart-vscode.git
cd smart-vscode
  1. Install dependencies:
npm install
  1. Compile the TypeScript code:
npm run compile

Running the Extension

  1. Open the project in Visual Studio Code.
  2. Press F5 to open a new window with your extension loaded.
  3. Use the command palette (Ctrl+Shift+P or Cmd+Shift+P on Mac) and type Smart VSCode to activate the extension.

Using the Extension

  1. Codebase Management:

    • Enter a name for your codebase.
    • Select and upload business context files.
  2. Chatbot Assistance:

    • Navigate to the Chatbot tab.
    • Type your questions in the chat input and interact with the chatbot.

Development

Scripts

  • npm run compile: Compile the TypeScript code.
  • npm run watch: Watch for changes and recompile.
  • npm run lint: Run ESLint to check for code quality issues.
  • npm run test: Run the extension tests.

Testing

  1. Run the "watch" task via the Tasks: Run Task command.
  2. Open the Testing view from the activity bar and click the "Run Test" button.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft