Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Snippet GalleryNew to Visual Studio Code? Get it now.
Snippet Gallery

Snippet Gallery

GG

|
13 installs
| (1) | Free
Visual snippet gallery for Manim snippets
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Snippet Gallery

Visual gallery for code snippets with folder organization and lazy-loading GIFs.

Features

  • 📁 Organize snippets in folders
  • 🖼️ Visual preview with images/GIFs
  • ⚡ Lazy loading for performance
  • 🔍 Tooltips with descriptions

Usage

  1. Create snippet-gallery/ folder in your workspace
  2. Add snippet folders with snippet.py and images
  3. Open Command Palette (Ctrl+Shift+P)
  4. Run "Snippet Gallery: Open"
  5. Run "Snippet Gallery: Refresh" to reload new snippets

Snippet Structure

snippet-gallery/
└── circle/
    ├── circle.png
    └── snippet.py

snippet.py has the structure

# this is the description
# for the tool tip

from manim_imports_ext import *
import pandas

class MyScene(Scene):
    def construct(self):
        ## Preview
        circle1 = Circle(radius=1, color=BLUE)
        circle2 = Circle(radius=2, color=BLUE)
        self.add(circle1, circle2)

Useful Commands

  • vsce package for repackage
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft