Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Classum UtilsNew to Visual Studio Code? Get it now.
Classum Utils

Classum Utils

Jihoo

|
1 install
| (0) | Free
Utils for classum.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

i18n Helper (VS Code Extension)

i18n 워크플로우를 돕는 확장: 텍스트→키 검색, ko/en 키 비교.

명령

  • i18n Helper: Search Key and Usage by Text
  • i18n Helper: Compare ko.json and en.json

설정

  • i18nHelper.translations.ko: 기본 ${workspaceFolder}/src/translations/ko.json
  • i18nHelper.translations.en: 기본 ${workspaceFolder}/src/translations/en.json
  • i18nHelper.localeBase: ko | en (기본 ko)
  • i18nHelper.usagePatterns: 기본 ["call:i18n($KEY)", "jsx:<I18n id=$KEY />"]
  • i18nHelper.excludeGlobs: 검색 제외 glob들

사용 패턴 작성법

  • call:i18n($KEY) → i18n('key') 호출 탐지
  • jsx:<I18n id=$KEY /> → <I18n id="key" /> 사용 탐지

스캔 범위

  • *.ts, *.tsx만 대상

참고

  • 값→키 역매핑은 기본 로케일 설정(i18nHelper.localeBase) 기준으로 수행합니다.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft