Create a Vscode Workspace with manim init
#2803
Replies: 5 comments
-
I think there should be a flag instead of automatically creating one. For my personal case, I have plenty of Python IDE, and while I have VS Code installed, I don't use it for manim :/ |
Beta Was this translation helpful? Give feedback.
-
👍, probably there should be an option in the config file whether to create it by default. |
Beta Was this translation helpful? Give feedback.
-
I will work on this issue. |
Beta Was this translation helpful? Give feedback.
-
Wouldn't this be more suitable of a feature for a VSCode plugin? I don't think such functionality should exist within the core library itself. |
Beta Was this translation helpful? Give feedback.
-
Not sure how will a VSCode plugin would work, but IMO it should be fine to have such stuff inside the core library. I think users can benefit a lot; when they have multiple python installations and vscode not able to find manim(especially when people using chocolatey). |
Beta Was this translation helpful? Give feedback.
-
Description of the proposed feature
When using
manim init
ormanim new
it would be nice if a VSCode Workspace is created; where the default python interpreter is set to where manim is installed. The workspace should only be created when VSCode is found to be installed(probably using registry stuff on windows/checking forcode
executable).How can the new feature be used?
Users can activate the Workspace by clicking the workspace file. This should solve many issues from users.
This feature would help in:
Additional comments
There should be something similar for other major IDE's(like PyCharm) also and should be implemented.
Beta Was this translation helpful? Give feedback.
All reactions