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

PyMap

Hyunjin

|
12 installs
| (0) | Free
Python Minimap
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

PyMap

  • PyMap renders the Python call graph as a tree. 🌳

Features

  1. Tree visualization in a side panel with context-aware colors.
  2. Clickable nodes jump to the corresponding line in the editor.
  3. TRY/EXCEPT/FINALLY/ELSE show contextual labels; IF/FOR/WHILE show inline conditions.
  4. Optional emoji prefixes for common logic types (e.g., query 🔍, validate ✅, process ⚙️, save 💾, send 📤).

Usage

  1. Open a Python file
  2. run PyMap: Show Graph from the Command Palette(Ctrl+Shift+P).
  3. The call graph renders in the side panel
  4. Click nodes to navigate to source.

Friendly note

“ I’m still learning Python and VS Code extension development, so any suggestions or improvements are always welcome! 😊 "
" you can reach me at hyunjin9101@gmail.com "


License

  • This project is licensed under the terms of the MIT open source license.
  • Please refer to MIT for the full terms.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft