I am trying to get ASP.NET MVC5 projects working in Sublime Text. I installed both the OmniSharp and Kulture add-on text plugins.
However, it looks like the OmniSharp server is running, since I cannot get any meaningful autocomplete options. I followed all the steps in this guide (except for one of the .sln files, since I do not have .sln , and .proj files are automatically found in the documentation files).
In addition, the Rename / Go To Definition options do not work either. Do I need to somehow start the OmniSharp server with Sublime text?
When I install the OmniSharp plugin in Atom ( http://atom.io ), I need to manually run the OmniSharp plugin ( ctrl + alt + o ), and then I get all the functionality as expected.
So, I'm just wondering if there is something obvious that I am missing?
source share