Tree visualization in a side panel with context-aware colors.
Clickable nodes jump to the corresponding line in the editor.
TRY/EXCEPT/FINALLY/ELSE show contextual labels; IF/FOR/WHILE show inline conditions.
Optional emoji prefixes for common logic types
(e.g., query 🔍, validate ✅, process ⚙️, save 💾, send 📤).
Usage
Open a Python file
run PyMap: Show Graph from the Command Palette(Ctrl+Shift+P).
The call graph renders in the side panel
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.