Smart IME 智能切换中文与英文输入法 - vscode插件推荐
IDEA 插件 Smart Input
VSCode 插件 Smart IME
插件 Smart IME
本文是针对vscode插件,正常安装 Smart IME,就自动安装另外2个插件了
Smart IME
- 需要安装
IME and Cursor
与HyperScopes
插件。
- 需要安装
缺点
vscode下,只能是中文的,自动切换成中文输入法,英文的不能变,保持原样。idea应该是没问题。
IME and Cursor
这个插件需要 im-select.exe
来配合
输入法要有英文输入法
没有需要安装一下。
vscode配置
"ime-and-cursor.ChineseIM": "2052",
"ime-and-cursor.EnglishIM": "1033",
"ime-and-cursor.obtainIMCmd": "C:\\GreenSoft\\im-select\\im-select.exe",
"ime-and-cursor.switchIMCmd": "C:\\GreenSoft\\im-select\\im-select.exe {im}",
离线安装包
公司开发电脑不能联网,所以打一个离线包
Reference:
实用干货:分享一个自动切换输入法的IDE插件
https://blog.csdn.net/m0_74802419/article/details/136487295