OmniSharp / omnisharp-atom

Omnisharp support for the atom editor
https://atom.io/packages/omnisharp-atom
MIT License
318 stars 61 forks source link

Atom Editor + Unity C# #1028

Open Vo1ck opened 6 years ago

Vo1ck commented 6 years ago

Hello, I have just installed atom on my computer, unfortunately, I can't manage to use with Unity. I managed to open the scripts with atom, but my syntax mistakes are not highlighted. Can someone please help me.

NeoGriever commented 7 months ago

Instead of putting the name of the package into the package installer search bar, put the github-url to it:

Here's for c# syntax highlight support https://github.com/atom/language-csharp

Don't use the automatic depencies popup, wich often shows up. take the names of the packages you want, search for the name including "github" on google and voila. You get the github page of the specific package.

Have fun