Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Mongo QuickNoteNew to Visual Studio Code? Get it now.
Mongo QuickNote

Mongo QuickNote

Parin Manglik

|
5 installs
| (0) | Free
A simple Visual Studio Code extension that lets you quickly jot down notes inside VS Code and save them to a local MongoDB database with one click.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Mongo QuickNote

Mongo QuickNote is a simple VS Code extension that lets you jot down notes inside the editor and save them directly to a local MongoDB database.

Features

  • 📝 Add notes using a simple input panel inside VS Code.
  • 💾 Notes are saved to a local MongoDB instance automatically.
  • 📋 View all saved notes in a clean, formatted panel.

Usage

  1. Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P).
  2. Run the command: Mongo QuickNote: Open Note Panel.
  3. Type your note and click Submit.
  4. Your note will be saved to a MongoDB database (vscodeExtension.notes).

Requirements

  • You must have MongoDB installed and running locally (default port 27017).
  • The backend server must be running:
    node index.js
    
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft