mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
(cherry picked from commit c04ce4e31d29757b01124bef5d56341c1d5c3076)
(cherry picked from commit dd6672929b)
14 lines
1.6 KiB
HTML
14 lines
1.6 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>ステートメント補完を使用してコードコンストラクトを作成できます。メソッド宣言、メソッド呼び出し、または <span class="code_emphasis">if</span>、 <span class="code_emphasis">do-while</span>、 <span class="code_emphasis">try-catch</span>、 <span class="code_emphasis">return</span> などのステートメントの入力を開始してください。 <span class="shortcut">&shortcut:EditorCompleteStatement;</span> を押すとステートメントが補完され、構文的に正しいコンストラクトになります。</p><p class="image"><img src="images/ij-tips-complete_statement.png" alt="Complete statement" style="border: 1px solid #55555;" /></p></body></html> |