cwan / native-ascii-converter

VS Code extension that converts characters with Unicode escapes or vice versa. The same as 'native2ascii' tool of JDK.
MIT License
15 stars 3 forks source link

Native-ASCII Converter README

VS Code extension that converts characters with Unicode escapes or vice versa. The same as 'native2ascii' tool of JDK.

Links

Features

feature

Extension Settings

This extension contributes the following settings:

If native-ascii-converter.use-files.associations istrue and the settings.json is set as follows, the file which name matches *.properties or *.properties.prod is converted automatically.

{
  "files.associations": {
    "*.properties": "properties",
    "*.properties.prod": "properties"
  }
}