Myanmar Text Normalization extension for VS Code. This extension uses the normalize function from the MMStringNormalizer project.
VS Code: https://marketplace.visualstudio.com/items?itemName=PyaeSoneAung.myanmar-text-normalization
Web: https://myanmar-text-normalization.pyaesoneaung.dev
- Open
Command Palette
- Search
Normalize Myanmar Text
ကုိ (က + ု + ိ) => ကို (က + ိ + ု)
စက်် (စ + က + ် + ်) => စက် (စ + က + ်)
ဖံွ့ (ဖ + ံ + ွ + ့) => (ဖွံ့)
more...
You will have to create your own keybinding.
- Open
Command Palette
- Search
Open Keyboard Shortcuts (JSON)
[
{
"key": "cmd+m",
"command": "myanmarTextNormalization.normalize"
}
]