seunghwanh / smartsemicolon-vscode

VSCode Smart Semicolon Placement
MIT License
8 stars 4 forks source link

Ignore non-elglish keyboard languages #18

Open inlineHamed opened 10 months ago

inlineHamed commented 10 months ago

Currently when I want to type non English in some resx file, the plugin prevents me from typing chars with ';' key, it just inserts semicolon while the keyboard language is not English and that key is not for sermicolon in current keybord language.

I think when the user keyboard is not english and also when the user is typing in non-source code files (like resx) the plugin should not operate.