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

27 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>Select completion suggestions</b></p>
<p>When the <span class="control">Show suggestions as you type</span> option is enabled for code completion, you can use the <span
class="control">Lookup Up</span> and <span class="control">Lookup Down</span> actions to close the suggestion list and move the
caret up or down in the editor.</p>
<p>On Windows, use the <span class="shortcut">Ctrl+Down</span> and <span class="shortcut">Ctrl+Up</span> shortcuts.</p>
<p>On macOS, the shortcuts are not configured by default, so you can assign any key combination that is convenient for you in <span
class="control">Preferences | Keymap</span>.</p></body>
</html>