How to Add a New Project Type to PyCharm Using Project Wizard and Display It in "File -> New Project"
Hello,
I'm working on developing a PyCharm plugin and need to add a new wizard to the project creation list to enable creating a specific project type.
I followed the article at https://plugins.jetbrains.com/docs/intellij/project-wizard.html and implemented my own `ModuleType` class, configuring its implementation path in the `plugin.xml`. However, I haven't seen any results.
I realized I might also need to implement the `ModuleBuilder` class, which I attempted, but still without any success. When I tried to set breakpoints in the constructors of `ModuleType` and `ModuleBuilder`, I discovered that these classes were not being instantiated, despite being configured in the `plugin.xml`.
Additionally, I attempted to reference the RedLine SmallTalk plugin project recommended in the documentation, but found it to be a decade-old example that provided no help to me.
After extensively searching various websites, I have been unable to find an effective solution. I would greatly appreciate your assistance in resolving this issue.
Here's my project example:
https://github.com/a3538333/new-project-demo
Please sign in to leave a comment.
Hi,
Please see: https://intellij-support.jetbrains.com/hc/en-us/community/posts/7013006676882-Why-moduleBuilder-in-SDK-sample-does-not-work-in-PyCharm-Community
I'm sorry for the inconvenience, but our documentation is outdated in this area. We will try to update it soon.