https://github.com/tosox/encodex
Encodex is a VS Code extension which automatically detects and switches the encoding of files across different formats
https://github.com/tosox/encodex
encoding encoding-detection javascript tosox vscode vscode-extension
Last synced: 9 months ago
JSON representation
Encodex is a VS Code extension which automatically detects and switches the encoding of files across different formats
- Host: GitHub
- URL: https://github.com/tosox/encodex
- Owner: Tosox
- License: mit
- Created: 2024-06-25T19:45:28.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-18T18:21:13.000Z (about 1 year ago)
- Last Synced: 2025-03-18T18:27:51.231Z (about 1 year ago)
- Topics: encoding, encoding-detection, javascript, tosox, vscode, vscode-extension
- Language: JavaScript
- Homepage:
- Size: 162 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Encodex
[](https://github.com/Tosox/Encodex)
[](https://github.com/Tosox/Encodex)
[](https://github.com/Tosox/Encodex/releases)
> [!NOTE]
> Currently supported file formats: **XML**
## 📜 Description
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.
## 🔧 Installation
This extension is available for installation through the VSCode Marketplace:
1. Open Visual Studio Code
2. Go to the Extensions view by clicking on the square icon on the sidebar or pressing `Ctrl+Shift+X`
3. Search for "Encodex"
4. Click on the install button
## 📘 Usage
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.
## 📄 License
Distributed under the MIT License. See `LICENSE` for more information.