mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
(cherry picked from commit c04ce4e31d29757b01124bef5d56341c1d5c3076) (cherry picked from commitdd6672929b) (cherry picked from commitc616055e7d)
14 lines
1.7 KiB
HTML
14 lines
1.7 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">private FileOutputStream</span> と入力を開始すると、IDE が候補のリストを表示します。</p><p class="image"><img src="images/ij_tips_variable_name_completion.png" alt="complete variable name" style="border: 1px solid #55555;" /></p><p>ローカル変数、パラメーター、インスタンス、static フィールドの名前の接頭辞は、「<span class="control">コードスタイル</span> 」配下の「<span class="control">Settings</span> 」ダイアログ (<span class="shortcut">&shortcut:ShowSettings;</span>) でカスタマイズできます。</p></body></html> |