Sublime Text3: Solve the problem that the input box of win10 input method does not follow

My version of Sublime Text:

 

Reference: sublime text 3-win10 input method input box does not follow the problem solved

        https://www.w3cschool.cn/sublimetext/qf9w4ozt.html   (Description of w3cschool: Problems with Sublime Text Chinese Input Method)

 

1. Question:

Sublime text3 input method input box does not follow the problem

 

2. Solution:

1) Written in front: (wrong approach, did not solve the problem for me)

Note: I tried Ctrl+Shift+P directly to open Package Control, type install and select "Package Control: Install Package", and then input the IMESupport I want to install to install, so that it can be installed directly through Package Control (plug-in management package) Does not work . Anyway, it doesn't work for me, and the input box does not follow after installation . . . . So I uninstalled the IMESupport that I just installed. . .

 

2) Correct way: (Works for me)

To use the plug-in IMESupport, it’s just that this plug-in was modified by the Chinese Great God himself. The download address is: https://github.com/zcodes/IMESupport.
Since it is a modified source code, it cannot be installed online through package control, but it needs to be installed online. Install manually by yourself (please uninstall the original plug-in before installation), the installation process is as follows:
1. Download the plug-in from the above URL https://github.com/zcodes/IMESupport (emphasis added!!!) , unzip
2. Preferences ->Browse Packages to open the directory where the plugin is installed

3. Create a new IMESupport folder in the directory opened in the previous step
4. Copy the decompressed file to the IMESupport folder in the previous step
4. Restart sublime text 3 

 

(After restarting, it did follow this time!!) The effect is as follows:

Guess you like

Origin blog.csdn.net/weixin_39450145/article/details/114946089