mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-03 19:58:23 +07:00
edu --> educational-python educational --> educational-core interactive-learning --> student
17 lines
466 B
HTML
17 lines
466 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<p>To quickly find and run an inspection, press
|
|
<span class="shortcut">&shortcut:RunInspection;</span>
|
|
and start typing the name of the inspection or its group. Choose the desired inspection from the suggestion list:</p>
|
|
<p class="image"><img src="images/run_inspection_by_name.png"></p>
|
|
<p>Then specify the desired scope.</p>
|
|
|
|
|
|
</body>
|
|
</html>
|