genesy / auto-correct

Auto Correct extension for VS Code
16 stars 7 forks source link

Does not work with Chinese punctuation marks #32

Open pengyuwei opened 2 years ago

pengyuwei commented 2 years ago
"auto-correct.dictionary": [
        {
            "languages": ["*"],
            "words": {
              ",": ",",
              "helloworld": "HelloWorld" 
            },
            "useLargeList": false
          },
    ]

intput "helloworld", get "HelloWorld" , bug when input ",", did not get an English comma as expected