【メモ】Atom autocomplete-plus設定: 選択をtab/up/down 確定をEnterに
3036 ワード
概要
環境
MacBook Pro/Mojave/Atom
やりたいこと
オートコンプリートの選択と確定を、
- 選択はタブで候補選択を下に、キーの上下でも上下移動
- 確定はEnterキー
とすること。
手順
設定画面呼び出し
設定画面呼び出し/パッケージ絞り込み
パッケージを選択し、autocomplete-plusを入力して絞り込み

UIで設定
Enterで確定、キーバインドを自分で設定するため、以下を2項目を変更。

設定ファイルで設定
今回入れたのは、以下。
keymap.cson
'atom-text-editor.autocomplete-active':
'tab': 'autocomplete-plus:move-down'
'up': 'autocomplete-plus:move-up'
'down': 'autocomplete-plus:move-down'
'ctrl-p': 'autocomplete-plus:move-up'
'ctrl-n': 'autocomplete-plus:move-down'
'pageup': 'autocomplete-plus:page-up'
'pagedown': 'autocomplete-plus:page-down'
'home': 'autocomplete-plus:move-to-top'
'end': 'autocomplete-plus:move-to-bottom'
タブでmove-down、キーのup/downを追加したが、残りはマニュアルに記載のあるものを採用。
まとめ
無事、これまで他のツールで経験してきた使用感にすることが出来た。
Author And Source
この問題について(【メモ】Atom autocomplete-plus設定: 選択をtab/up/down 確定をEnterに), 我々は、より多くの情報をここで見つけました https://qiita.com/kzthrk/items/dac8e0ae6527fd4fd947著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .