atom / language-csharp

C# language support for Atom
Other
62 stars 52 forks source link

`using` recognition? #91

Closed PlaidPhantom closed 7 years ago

PlaidPhantom commented 7 years ago

Hi, not sure if this is an issue for you or not, if it's in some other package feel free to send me on.

I've noticed a problem with the using statement on the first line of a file. There seems to be some sort of non-printing character there; hitting backspace removes it and fixes this issue. my guess would be a byte-order mark? So far this seems to happen in any C# file created in Visual Studio.

image

damieng commented 7 years ago

Duplicate of https://github.com/atom/language-csharp/issues/76

This has been fixed in the language-csharp package and is fixed on Atom 1.14 currently in Beta.