Manim-Notebook / manim-notebook

Simple commands to replicate the manim dev workflow in VSCode
MIT License
5 stars 0 forks source link

Add a tree navigation pane showing Manim cells (outline) #43

Open Splines opened 5 days ago

Splines commented 5 days ago

With the Tree View API, we could show an outline of the Manim Cells of the currently open file, just like there exists outlines for languages where we can see what methods and properties a class defines etc. This can greatly easy navigation in big files.

See for example how an outline looks like

image

bhoov commented 5 days ago

This would be amazing. Definitely not necessary for v0.1.0 though