Adding Custom Directory Template In Pycharm
Answered
I'm trying to create a custom directory template for pycharm, similar to how selecting Python Package in the attached image creates a new directory with an `__init__.py` file. The template I'm creating would have several different subdirectories and partially completed files by default. Is there a way to do this in PyCharm?

Please sign in to leave a comment.
Hello,
regrettably, there is no such option to create directories templates.
You are welcome to submit a feature request at https://youtrack.jetbrains.com/issues/PY
Information on how to use YouTrack: https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications
I also need this feature!!
Did you guys end up doing the feature request or found a way to do this with a plugin or some other way?