Skip to content

Latest commit

 

History

History
67 lines (45 loc) · 1.77 KB

File metadata and controls

67 lines (45 loc) · 1.77 KB

Diakritika (SK) - Visual studio code extension

Visual studio code extension able to add/remove diacritics to selected text

Contains:

  • Small dictionary one with top 50 000 most used words
  • Large dictionary one with top 1 800 000 most used words

Installation

  1. Install Visual Studio Code
  2. Launch Code
  3. Ppen the command palette (press F1)
  4. Select Install Extension
  5. Choose the Diakritika (SK)
  6. Reload Visual Studio Code

###How to use:

  1. Select text on your editor window
  2. Press F1
  3. Call Add Diacritics command to add diacritics

or

  1. Select text on your editor window
  2. Press F1
  3. Call Remove Diacritics command to remove diacritics

Keyboard shortcuts

  • Alt+U to Add Diacritics
  • Alt+Shift+U to Remove Diacritics

###Change dictionary:

  1. Select text on your editor window
  2. Press F1
  3. Call Change Dictionary command
  4. 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.

###Demonstration image Demo image

Detailed description about the dictionaries can be found on sk_wordlist information page.

###Bugs

###Source

My blog

Thanks to

Made with ♥ and VSCode. Enjoy!