A Visual Studio Code extension that enhances your internationalization workflow by providing inline annotations and autocompletion for i18n keys.
Features
Inline Annotations: Displays translations directly in the code as comments, making it easier to understand what each i18n key represents without navigating away from the code.
Autocompletion: Offers autocompletion for i18n keys, speeding up the development process by helping you quickly find and insert the correct keys.
Hover Information: Hover over an i18n key to see translations in all languages provided in your project.
Supports Multiple Languages: Works with Vue, React, JavaScript, and TypeScript files.
Requirements
Visual Studio Code ^1.51.0
Installation
Open Visual Studio Code.
Go to Extensions view by clicking on the square icon on the sidebar or pressing Ctrl+Shift+X.
Search for i18n-tip.
Click on Install.
Usage
Once installed, the extension automatically starts working with supported files. You'll see inline annotations for i18n keys and can use autocompletion by typing part of an i18n key.
Contributing
Contributions are welcome! If you'd like to help improve i18n-tip, please submit a pull request or open an issue.
License
一個 Visual Studio Code 擴展,透過為 i18n 鍵提供內聯註釋和自動完成來增強您的國際化工作流程。