diff --git a/python/python-community-ide-resources/resources/tips/HierarchyBrowser.html b/python/python-community-ide-resources/resources/tips/HierarchyBrowser.html new file mode 100644 index 000000000000..3fd2fc9c1678 --- /dev/null +++ b/python/python-community-ide-resources/resources/tips/HierarchyBrowser.html @@ -0,0 +1,15 @@ + + + + + +

+ To see the inheritance hierarchy for a selected class, + press &shortcut:TypeHierarchy; + (Navigate | Type Hierarchy). + You can also invoke the hierarchy view right from the editor + to see the hierarchy for the currently edited class.

+

+

+ +