Note
Currently supported file formats: XML
This VS Code extension helps to manage file encodings, ensuring that they are opened with the correct character encoding. It automatically detects and applies the encoding from the specified encoding declaration in files.
This extension is available for installation through the VSCode Marketplace:
- Open Visual Studio Code
- Go to the Extensions view by clicking on the square icon on the sidebar or pressing
Ctrl+Shift+X
- Search for "Encodex"
- Click on the install button
Simply open any supported file format, and the extension will automatically detect and set the encoding based on the encoding declaration in the file. If the encoding is not supported or missing, it will notify you through the VS Code status bar.
Distributed under the MIT License. See LICENSE
for more information.