language-csharp
language-csharp copied to clipboard
C# language support for Atom
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.53.0 x64 **Electron**: 6.1.12 **OS**: Ubuntu 20.04.1 **Thrown From**: [language-csharp](https://github.com/atom/language-csharp) package 1.1.0 ### Stack Trace Failed to load a language-csharp package...
### Prerequisites The issue was found in our private repo in Github.com. I've contact Github support which leads me to [linguist](https://github.com/github/linguist) repo which then leads me here. ### Description The...
### Requirements ### Description of the Change Pull in Latest from [dotnet/csharp-tmLanguage](https://raw.githubusercontent.com/dotnet/csharp-tmLanguage/master/grammars/csharp.tmLanguage.cson) ### Alternate Designs ### Benefits Staying up to date with upstream grammar ### Possible Drawbacks There could be...
I request the feature of `///` should generate a template for XML documentation with the `` element. ``` /// /// /// public void Foo() { } ``` [Recommended Tags for...