How to configure Code Lite for C# development with OmniSharp?

General questions regarding the usage of CodeLite
bprlhe
CodeLite Curious
Posts: 4
Joined: Sat Apr 01, 2023 9:21 am
Genuine User: Yes
IDE Question: C++
Contact:

How to configure Code Lite for C# development with OmniSharp?

Post by bprlhe »

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.

User avatar
eranif
CodeLite Plugin
Posts: 6367
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?

Post by eranif »

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
Post Reply