Files
openide/python/educational-python/resources/tips/QuickFixRightArrow.html
Valentina Kiryushkina 7e5a5b849a Rename educational plugins and update plugin's description
edu --> educational-python
educational --> educational-core
interactive-learning --> student
2016-01-26 19:36:12 +03:00

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>