mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-03 03:37:58 +07:00
edu --> educational-python educational --> educational-core interactive-learning --> student
18 lines
608 B
HTML
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>
|