mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 08:09:39 +07:00
13 lines
456 B
HTML
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>
|