# LocalizeTip
**Repository Path**: wuxibin/LocalizeTip
## Basic Information
- **Project Name**: LocalizeTip
- **Description**: vscode插件。匹配多语言key,展示多语言值
- **Primary Language**: TypeScript
- **License**: LGPL-3.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2022-12-09
- **Last Updated**: 2025-03-27
## Categories & Tags
**Categories**: Uncategorized
**Tags**: VSCode
## README
# LocalizeTip
## How to use:
* Hover:

* Definition:

* Completion:

## Features
Display localize value in editor.
## Extension Settings
### This extension contributes the following settings:
* `LocalizeTip.Files`: localize file path list.

* `LocalizeTip.Pattern`: localize file key-value Regex pattern.


* `LocalizeTip.LeftPattern`: selection left Regex pattern.


* `LocalizeTip.TriggerCharacters`: completion trigger characters.
for example: ```i18n("``` -> ```"```、```i18n(``` -> ```(```

## Known Issues
## Release Notes
### 0.0.5
* support group pattern in left pattern.
### 0.0.4
* new config "LocalizeTip.TriggerCharacters".
### 0.0.3
* README
### 0.0.2
* Definition
* Completion
### 0.0.1
* Hover
**Enjoy!**