Ctrl+P
Visual gallery for code snippets with folder organization and lazy-loading GIFs.
snippet-gallery/
snippet.py
Ctrl+Shift+P
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)
vsce package