Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.32 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.32 KB

Encodex

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.