Code Lite doesn't have syntax highlighter for C#. I added OmniSharp to language server settings but I don't know what to do next. I tried to open a C# source file, there is no syntax highlighting and the language server also not working. I checked Task Manager, the language server is not running.
How to configure Code Lite for C# development with OmniSharp?
-
- CodeLite Curious
- Posts: 4
- Joined: Sat Apr 01, 2023 9:21 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: How to configure Code Lite for C# development with OmniSharp?
CodeLite needs to be aware of these file types (.cs
) for both coloring and for functionality - atm, it does not
Make sure you have read the HOW TO POST thread