I've just started using https://atom.io/ on OSX
If I open a C# file it doesn't syntax highlight.
I've found https://github.com/atom/language-csharp
Do I just clone that and copy it into /Applications/Atom.app/Contents/Resources/app/node_modules ?
To start learning C programming, you only have to install the C compiler in your system. Nowadays, C and C++ both compilers come as a single integrated package, which serves the purpose of both C and C++ program development.
If you want to run C or C++ programs in your Windows operating system, then you need to have the right compilers. The MinGW compiler is a well known and widely used software for installing GCC and G++ compilers for the C and C++ programming languages.
Go into preferences -> Packages and type 'CSharp'
I've used Lisp in the picture as I already installed CSharp so it won't show up any more.
If you've installed the command line utilities, you can also "apm install language-csharp" from the command line.
Omnisharp is recommended for C# support in Atom. Here's the package installation commands from their page.
apm install language-csharp
apm install autocomplete-plus
apm install omnisharp-atom
https://atom.io/packages/omnisharp-atom
This was added to the core packages in February 2015, so if you're running the latest version of Atom it should be already installed.
Here's the pull request: https://github.com/atom/atom/pull/5408
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With