File Encoding Display for Visual Studio 2022File Encoding Display is a lightweight, zero-configuration extension for Visual Studio 2022. It fills the gap in the native interface by displaying the character encoding (e.g., UTF-8, GB2312) of the currently active file directly in the Status Bar at the bottom of the editor. This tool is essential for developers who frequently deal with legacy code, cross-platform projects, or encoding mismatches. ✨ Features
📸 Screenshots
🛠️ Installation & UsageInstall via Visual Studio
💡 UsageNo configuration is required after installation.
❓ FAQQ: Why is the displayed encoding different from what I expected? A: This extension reads the property of the internal Visual Studio TextDocument. If VS incorrectly guesses the encoding when opening a file (causing garbled text), this indicator will show what VS currently believes the encoding is. Q: Can I click it to change the encoding? A: The current version only provides display functionality. To convert encoding, please use the native VS feature: File -> Save As -> Small arrow next to Save button -> Save with Encoding. 📝 Changelogv1.0.0
License MIT License Feedback If you encounter any issues or have feature suggestions, please feel free to leave a comment in the Q&A section. |
