Files
openide/python/python-community-ide-resources/resources/tips/FindUsages.html
2015-12-17 17:14:04 +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>