blob: 5794974e19f3dab92f1887d5547cb0cedf94cde5 [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<style>
img {
width: 100%;
}
</style>
<title>Code completion</title>
</head>
<body>
<h2>Code completion</h2>
Code completion allows you to quickly complete statements in your code.
For example, start typing a part of a method name and press CTRL+Space
to complete it. Multiple choices are presents to you via a popup.
<br>
<br>
<p>
<img src="images/codecompletion.gif" alt="" />
</p>
</body>
</html>