@ices/ts-plugin-locale TypeScript's language service plugin that adds IntelliSense for locale components Usage // tsconfig.json { compilerOptions: { plugins: [{ name: '@ices/ts-plugin-locale' }], }, } Preview peerDependencies @ices/react-locale Related @ices/react-locale @ices/locale-webpack-plugin