<html> | |
<head> | |
<link rel="stylesheet" type="text/css" href="css/tips.css"> | |
</head> | |
<body> | |
<p>You can create code constructs using statement completion. Start typing a method declaration or a statement, and | |
press <span class="shortcut">&shortcut:EditorChooseLookupItemCompleteStatement;</span> after the opening parenthesis. The braces are created, | |
with the caret placed inside: | |
<p class="image"><img src="images/complete_statement.png"></p> | |
</body> | |
</html> |