Top "Omnisharp" questions

OmniSharp provides refactoring and AST support for the C# language for a variety of plugins written for popular text editors, including Vim, Emacs, Atom, Sublime Text, VS Code, and Brackets.

OmniSharp.MSBuild.ProjectManager Attempted to update project that is not loaded:

I started to develop Asp.net Core web API with the VS code. But when I typing the code Intellisense/…

c# asp.net-core visual-studio-code intellisense omnisharp
Reference assemblies for framework ".NETFramework,Version=v4.7.1" were not found

I try to open a Unity3D project with VSCode under Linux (Ubuntu 18.10). The omnisharp extension doesn't load the project, …

c# linux unity3d mono omnisharp
Visual Studio Code debugger: launch.json The property 'program' is invalid

1. Setup: I have installed Visual Studio code on My Ubuntu and installed .NET Core and Mono. 2. Intial Configuration: I created …

visual-studio-code .net-core omnisharp
Setting C# formatting options for OmniSharp on Visual Studio Code?

I'm attempting to take advantage of the integration with Visual Studio Code, but can't figure out how to set the …

visual-studio-code code-formatting omnisharp
Automatically add NuGet dependencies and using statements in Visual Studio Code?

I am using Visual Studio Code to develop an ASP.NET 5 application on Mac. In order to use new classes (…

c# visual-studio-code omnisharp
C# intellisense not working in VS Code

I am using Visual Studio Code and I have already loaded C# OMNISharp plugin to my system and it works …

c# visual-studio-code omnisharp
C# - VS Code - launch:program ... does not exist

I am trying to debug a simple "Hello world" application in VS Code, however, when I press Ctrl + F5, it …

c# .net visual-studio-code omnisharp
how do I get the Omnisharp extension to work in Visual Studio Code

In Visual Studio Code I tried to install the Omnisharp extension so that I can get formatting (among other things). …

c# visual-studio-code omnisharp
The SDK 'Microsoft.NET.Sdk.Web' specified could not be found in VSCode OmniSharp extension

I've installed dotnet core 3 sdk and OmniSharp 1.18 extension on VSCode but OmniSharp has an error: Microsoft.Build.Exceptions.InvalidProjectFileException: The …

asp.net-core visual-studio-code omnisharp