mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
14 lines
1.4 KiB
HTML
14 lines
1.4 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>通过代码补全生成样板代码</b></p><p>您可以生成 getter 和 setter 等样板代码,并使用代码补全实现接口方法。</p><p>只需开始输入可能的方法名称,例如输入 <span class="control">gn</span> 可以生成 <span class="control">getName()</span> ,输入 <span class="control">ct</span> 可以实现 <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> |