Pro PyCharm 2017.1.1 - Diagrams - (1) Add Class always grayed out; (2) hiding classes on diagrams
Answered
Hi,
I just dipped my toes into PyCharm’s UML diagram generation. A couple of things that I couldn’t get around:
1. Right Click on diagram -> Add Class is always grayed out. What is needed to activate that?
2. Is there a way to hide/make invisible classes that show on diagrams?
3. Related to 2. With python 3.4, diagrams always show the “object” and “collections.Hashable” classes, which a part of python 3.4 and not a project per se. Is there a way to hide those “system” classes?
I use Professional PyCharm 2017.1.1 on Linux with python 3.4
Many thanks!
Please sign in to leave a comment.
1. It's a known issue https://youtrack.jetbrains.com/issue/PY-23439, please follow it for updates. See https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications if you are not familiar with YouTrack.
2. - 3. Unfortunately, it's not possible. The only option is to remove a class from a diagram. Feel free to file a feature request about it to PyCharm issue tracker: https://youtrack.jetbrains.com/issues/PY.
It's really sad that it's over a year later and the issue still has not been resolved. I could've really used this tool right about now.