Visual studio code extension able to add/remove diacritics to selected text
- Small dictionary one with top 50 000 most used words
- Large dictionary one with top 1 800 000 most used words
- Install Visual Studio Code
- Launch Code
- Ppen the command palette (press
F1
) - Select
Install Extension
- Choose the
Diakritika (SK)
- Reload Visual Studio Code
###How to use:
- Select text on your editor window
- Press F1
- Call
Add Diacritics
command to add diacritics
or
- Select text on your editor window
- Press F1
- Call
Remove Diacritics
command to remove diacritics
Alt+U
to Add DiacriticsAlt+Shift+U
to Remove Diacritics
###Change dictionary:
- Select text on your editor window
- Press F1
- Call
Change Dictionary
command - Select from two types of dictionaries
- Small one with about top 50 000 most used words.
- Large one with about top 1 800 000 most used words.
Large dictionary takes about 15 seconds to load (just before the first use ). Please be patient.
Detailed description about the dictionaries can be found on sk_wordlist information page.
###Bugs
- If you found bug or you have an idea, let me now on GitHub
- https://github.com/zemacik/vscode-diakritika-sk-extension/issues
###Source
- Microsoft - https://www.microsoft.com/
- @psycho_brm (Twitter)
Made with ♥ and VSCode. Enjoy!