This is a word separator custom plugin for the IntelliJ platform.
By changing the position of the word separator, the cursor can be moved by each type of kanji, hiragana, katakana, and alphanumeric character when moving the cursor.
IntelliJプラットフォーム向けの単語区切りカスタム・カーソル移動プラグインです。
単語区切り位置を変更することで、カーソル移動時に漢字・ひらがな・カタカナ・英数字を判別し、種別毎にカーソルが移動可能となります。
-
Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "Customize Word Separators" > Install Plugin
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
After installation, set the shortcut key.
- search for
move caret to
in File | Settings | Keymap - find
Customize word separators
in the found list - Set shortcut keys for the four commands under `Customize word separators
If you want to replace the current shortcut key for moving the cursor, press the Delete button when asked if you want to delete the other keys.
インストール後、ショートカットキーを設定します。
- File | Settings | Keymap から
move caret to
を検索 - 見つかったリストから
Customize word separators
を探す Customize word separators
の配下にある4つのコマンドにショートカットを設定
現在のカーソル移動のショートカットキーを差し替える場合、設定時に「他のキーを削除するか」と聞かれるので削除ボタンを押します。
- The plugin icon is by my best friend Kaorin. Thank you!
Plugin based on the IntelliJ Platform Plugin Template.