Files
openide/python/educational-python/resources/tips/FindUsages.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

13 lines
456 B
HTML

<html>
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<p>
You can quickly find all places where a particular class, method or variable is used in the whole project
by positioning the caret at the symbol's name or at its usage in code and pressing <span class="shortcut">&shortcut:FindUsages;</span>
(<span class="control">Find Usages</span>
in the popup menu).</p>
</body>
</html>