From 0e7a7fb01bdc53211dbec1959ffce4feacab225b Mon Sep 17 00:00:00 2001 From: Mikhail Golubev Date: Fri, 28 Sep 2018 14:48:50 +0300 Subject: [PATCH] PY-18188 Include missing HierarchyBrowser.html in tips of the day --- .../resources/tips/HierarchyBrowser.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 python/python-community-ide-resources/resources/tips/HierarchyBrowser.html 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.

+

+

+ +