Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>arsenal-devNew to Visual Studio Code? Get it now.
arsenal-dev

arsenal-dev

Jacob A

|
10 installs
| (1) | Free
An AI dev assistant built on your codebase.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Arsenal - Your AI-Powered Code Learning Assistant

Arsenal is a VS Code extension that helps you capture, organize, and search through your coding learnings. It integrates seamlessly with your workflow, allowing you to document code snippets and insights without leaving your editor.

Features

Arsenal Panel

  • Either select "arsenal-search" from command palette (CMD + SHIFT + P) or click CMD + ALT + M (Mac)to open the Arsenal panel

🔍 Log Learnings

  • Select code and click log learning to save the code and the context of the file
  • Add descriptions, function names, and library references
  • Automatically captures file context and project information

⚡ Smart Search

  • Search through your past learnings directly in VS Code
  • Filter by function name, library, or description
  • Get AI-powered responses about your code learnings

🔄 Git Integration

  • Automatic syncing with Git push
  • Project-aware learning organization
  • Seamless cloud backup

Installation

  1. Install the extension from VS Code Marketplace
  2. Install the Arsenal CLI:
npm install -g arsenal-cli
  1. Initialize Arsenal in your project:
arsenal init

Usage

Logging Learnings

  1. Select the code you want to save
  2. Add:
    • Description (required)
    • Function name (optional)
    • Library name (optional)

Searching Learnings

  1. Choose between:
    • Simple Mode: Direct search through your learnings
    • AI-Powered Mode: Get intelligent responses about your code

Syncing

Your learnings automatically sync when you push to Git. To manually sync:

arsenal sync

Privacy & Security

  • All data is stored in your project's .arsenal directory
  • Cloud syncing is optional and requires authentication
  • Your code snippets are only accessible to you and your team

License

MIT License

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