Files
openide/python/educational-python/resources/tips/ShowUsages.html
Valentina Kiryushkina 7e5a5b849a Rename educational plugins and update plugin's description
edu --> educational-python
educational --> educational-core
interactive-learning --> student
2016-01-26 19:36:12 +03:00

18 lines
608 B
HTML

<html>
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<p>You can bring forward the list of all usages of a class, method or variable across the whole
project, and quickly jump to the selected usage. To do that, place the caret at the symbol's name or at its usage
in code and press <span class="shortcut">&shortcut:ShowUsages;</span> (<span class="control">Edit | Find | Show Usages</span>
in the main menu), scroll the list and click the desired usage.</p>
<p class="image"><img src="images/showUsages.png"/></p>
</body>
</html>