An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Encodex
[![](https://img.shields.io/github/languages/code-size/Tosox/Encodex?label=Code%20size&style=for-the-badge)](https://github.com/Tosox/Encodex)
[![](https://tokei.rs/b1/github/Tosox/Encodex?label=Total%20lines&style=for-the-badge)](https://github.com/Tosox/Encodex)
[![](https://img.shields.io/github/downloads/Tosox/Encodex/total?label=Downloads&style=for-the-badge)](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.