Rickaym / manim-sideview

A Manim utility extension for Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=Rickaym.manim-sideview
MIT License
99 stars 11 forks source link

How can I change to another class? #24

Closed carveybunt closed 1 year ago

carveybunt commented 1 year ago

First of all, thanks for your plugins. But I had some problems: I had more classes in my code python, how can I change classes runs a Sideview after I already ran a class?

My code:

from manim import *

class SquareAndCircle(Scene):
    def construct(self):...

class SinAndCosFunctionPlot(Scene):
    def construct(self):...

I had two choices when I ran the first time, but I can't choices again when I want to change to another class because I can't see any option when I clicked the icon by runs a Sideview. 截屏2022-08-24 16 22 19

Rickaym commented 1 year ago

Please take a look at this issue #17

carveybunt commented 1 year ago

Please take a look at this issue #17

  • Ricky

I get it, thanks again.