Files
openide/ideTipsAndTricks/resources/tips/implement-using-completion.html
2025-04-30 13:26:44 +04:00

24 lines
1.5 KiB
HTML

<!-- OpenIDE Project -->
<!-- Copyright (C) 2025 “Open Development Platform” Ltd. (https://openide.ru) -->
<!-- -->
<!-- This program is free software: you can redistribute it and/or modify -->
<!-- it under the terms of the GNU Affero General Public License version 3 or later as published by the Free Software Foundation. -->
<!-- -->
<!-- This program is distributed in the hope that it will be useful, -->
<!-- but WITHOUT ANY WARRANTY; without even the implied warranty of -->
<!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -->
<!-- GNU Affero General Public License for more details. -->
<!-- -->
<!-- You should have received a copy of the GNU Affero General Public License -->
<!-- along with this program. If not, see http://www.gnu.org/licenses/. -->
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body><p><b>Generate boilerplate with code completion</b></p>
<p>You can generate boilerplate code such as getters and setters and implement interface methods using code completion.</p>
<p>Just start typing the would-be name of a method, for example, <span class="control">gn</span> to generate
<span class="control">getName()</span> or <span class="control">ct</span> to implement <span class="control">compareTo()</span>.</p>
<p class="image"><img src="images/tips_completion_generate.png" alt="Generating a getter using code completion" style="border: 1px solid #55555;"/></p></body>
</html>