wangjiezhe / Shift-IM-for-VSCode

An extension for automatically shift IM(Input Method) condition. Make it easier to input LaTeX in VSCode.

Home Page:https://marketplace.visualstudio.com/items?itemName=yfzhao.shift-im-for-math

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Automatically change IME condition. Make it easier to input $\LaTeX$ in latex and markdown file. Without AutoHotkey.

Upgrade from Ultra IME for VSCode Extension which is now deprecated.


๐Ÿ’ก TIPS

  • This extension can only work on WINDOWS, because it depends on Win32API.

๐Ÿ“Ž FAQ

  • My Input Mode can not be changed.
    • Execute shiftIm.debug command. This command will help you set Params. If it still doesn't work, please raise an issue HERE.
  • Not work on Remote/SSH/WSL/Docker
    • Add following configuration to settings and reinstall the extension:
    "remote.extensionKind": {
          "yfzhao.hscopes-booster": ["ui"],
          "yfzhao.shift-im-for-math": ["ui"],
      }

About

An extension for automatically shift IM(Input Method) condition. Make it easier to input LaTeX in VSCode.

https://marketplace.visualstudio.com/items?itemName=yfzhao.shift-im-for-math

License:MIT License


Languages

Language:JavaScript 100.0%