mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
24 lines
1.4 KiB
HTML
24 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>Code completion</b></p>
|
|
<p>When using code completion, you can accept the currently highlighted selection in the popup list by pressing
|
|
<span class="shortcut">&shortcut:EditorChooseLookupItemReplace;</span>.</p>
|
|
<p>Unlike accepting with <span class="shortcut">&shortcut:EditorChooseLookupItem;</span>, the selected name will overwrite the rest of the
|
|
name to the right of the caret. This can be especially useful for replacing one method or variable name with another.</p></body>
|
|
</html> |