Files
openide/python/educational-python/resources/tips/Spellchecker.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

16 lines
595 B
HTML

<html>
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<p>Keep your source code typo-free with the help of the built-in <span class="">Spellchecker</span>.</p>
<p>All texts, including comments, textual strings and literals, are inspected against the pre-defined dictionaries.
All typos are highlighted, which leaves you with the task of choosing the correct word, accepting the current spelling, or disabling inspection.</p>
<p>Use <span class="shortcut">&shortcut:ShowIntentionActions;</span> to see the list of available actions.</p>
</body>
</html>