Sublime Forum

Omnisharp - failsafe setup?

#1

I’m having a lot of trouble getting Omnisharp C# intellisense to work. I have installed / reinstalled Omnisharp several times following the instructions on their website (Windows x64, ST3 build 3142) and only once did I get the intellisense completion to work for my VS 2015 C# project and as soon as I restarted ST3, intellisense stopped being available and I have been unable to get it working ever since!

Does someone here have an idiot-proof, fail-safe guide to get Omnisharp installed and configured so that intellisense works properly and permanently when editing Visual Studio 2015 C# code in ST3?

0 Likes

#2

Looks like the problem (in my case) was having the package ‘Kulture’ loaded as this was causing URL errors. In the console output, I see

Kulture.Completions: URL error [WinError 10061] No connection could be made because the target machine actively refused it contacting API

As I don’t need ASP .Net support, removing ‘Kulture’ and increasing “omnisharp_response_timeout” to 5000 seems to have fixed things for me.

Also, waiting the several seconds it takes for OmniSharp to load my project helps…

1 Like