AlmiAlmo

Results 3 comments of AlmiAlmo

I'm not familiar with intellisense and may bullshit. But... In Visual Studio (and other VS based IDEs like atmel studio) it has been worked for decades. ![image](https://user-images.githubusercontent.com/97438794/151983160-80f7e0a1-c50d-4c92-a9e3-d2d4d41343b1.png)

The problem was in project encoding. (Device - encoding). When im replace all "ascii" parameters in script to mine encoding "koi8-r" - script was executed as expected.

Im add pr #12, what has rough workaround. Its need to manually change encodingName variables value in head of script to project encoding.