mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 19:28:23 +07:00
edu --> educational-python educational --> educational-core interactive-learning --> student
18 lines
540 B
HTML
18 lines
540 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<p>When you press <span class="shortcut">&shortcut:ShowIntentionActions;</span> to invoke a quick fix or intention action,
|
|
press the right arrow key to reveal the list of additional options.</p>
|
|
<p>Depending on the context, you can choose to disable inspection, fix all problems,
|
|
change inspection profile, etc.</p>
|
|
<p class="image"><img src="images/quick_fix_options.png" alt="qfo"/></p>
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|