ruiquelhas / vscode-uppercase

Convert selection to uppercase in Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=ruiquelhas.vscode-uppercase
MIT License
3 stars 1 forks source link

Unable to uppercase greek #5

Open ruralcoder opened 3 years ago

ruralcoder commented 3 years ago

Sample 'άγκυρα' does not uppercase

while in python i can

>>> "άγκυρα".upper()
'ΆΓΚΥΡΑ'
ruralcoder commented 3 years ago

I found a workaround....which means your plug-in CAN do it, but not by default.

So I have a file with 1000 greek words. When I select and press your key-combo, nothing happens.

However if i add any ENGLISH word ANYWHERE amongst the Greek words and then press your key-combo IT WORKS!!!