Chouzz
Chouzz
Current implemention didn't support format like `===`, but I will find a way to support this.
Maybe you can ask for help from eslint team.
The extension is not a formatter, just run `alt+A` for align.
Actually,there is a more convenient way to implement i18n. Microsoft already has a tool called [vscode-nls-dev](https://github.com/microsoft/vscode-nls-dev) , this tool automates the extraction of strings to be externalized from TS and...