Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
codemirror の新しいシンプル モードを作成しています。
ユーザーが「タブ」を押すと、行全体がインデントされるようにしたいと思います(カーソルの後の行の一部だけではなく、行を2つに「分割」します)。
これを行う最も簡単な方法は何ですか?
注 : 対応するコードをモードで定義する必要はありません。他のアプローチ (アドオンや構成など) も同様に機能します。
マニュアルについて:
extraKeys: { 'Tab': 'indentAuto' }
indentAuto