# vscode-shopify-i18n **Repository Path**: mirrors_Shopify/vscode-shopify-i18n ## Basic Information - **Project Name**: vscode-shopify-i18n - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-02 - **Last Updated**: 2026-09-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Shopify i18n README Autocompletion, go to definition, and diagnostics for [@shopify/react-i18n](https://github.com/Shopify/quilt/tree/master/packages/react-i18n). ## Instructions - Run the following command to build a VSIX package: `yarn package` ### Development Environment #### Starting 1. In the terminal, run `yarn webpack-dev` to start weback in watch mode 2. Start Debug mode in the extension to open a new VSCode window that has the extension enabled 3. In the new VSCode window, open a project that uses the `@shopify/react-i18n` package for manual testing #### Development After any change in the extension files, webpack and requires a reload of the second VSCode Window: - Press `cmd + R` on the new VSCode window to reload the developer window to preview changes ## Demo **Go to definition and hover provider** ![Hover screenshot](screenshots/hover.png) **Autocomplete** ![Autocomplete screenshot](screenshots/autocomplete.png)