mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-04 20:30:42 +07:00
edu --> educational-python educational --> educational-core interactive-learning --> student
20 lines
714 B
HTML
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>
|