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

20 lines
714 B
HTML

<html>
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<p>
Live Templates let you generate many typical code constructs in seconds. For example, type
<i>iter</i>:</p>
<p class="image">
<img src="images/live_templates_1.png"></p>
<p>Then press <span class="shortcut">Tab</span> and see what happens:</p>
<p class="image">
<img src="images/live_templates_2.png"></p>
<p>
Use <span class="shortcut">Tab</span> to move between the template fields.</p>
<p> See <span class="control">Live Templates</span> page of the <span class="control">Settings / Preferences | Editor</span>
dialog for more details.</p>
</body>
</html>