Questions tagged [omnisharp]

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 is a family of Open Source projects, each with one goal - To enable great .NET development in YOUR editor of choice. ~ omnisharp.net)

Background

OmniSharp Server, a project started by Jason Imison was written with the intention of providing refactoring and AST support for the C# language for Vim and later Emacs. Initially it was intended for own use, but grew in popularity and has had wide adoption in the game development community and developers writing C# on non Microsoft platforms.

Support has since been extended by the community to include Atom, Sublime Text and Brackets. OmniSharp has grown to be an umbrella term referring to the server and all plugins.

Today OmniSharp offers a lightweight alternative to traditional IDE's for developers wishing to write in their favourite editors. Offering code completion, formatting and other popular refactoring operations, syntax checking and easy code navigation.

309 questions
0
votes
1 answer

Unity 2018.3.X problem with autocompletion

Using Unity 2018.3.X just installed does not let you use Visual Studio Code nor MonoDevelop to code right. Precompile is disabled No debugger No autocompletion Errors everywhere
Horothenic
  • 680
  • 6
  • 12
0
votes
1 answer

Visual Studio Code C# Intellisense Not Working

I'm having problems with Intellisense not totally working with C#. For some things it does work (Ex: trying to have a using statement), and for other things it doesn't (Ex: Linq queries or in a startup.cs file app.{enter whatever} shows nothing).…
M.Chappell
  • 43
  • 2
  • 9
0
votes
1 answer

OmniSharp-Roslyn scanning/discovery process not working

I started to play around with Omnisharp-Roslyn and I was able to make it work with Monaco! I dont know why but if I make changes to my file Omnisharp doesn't seem to Read / Discover new items... I tried to configure the file options without…
C1rdec
  • 1,647
  • 1
  • 21
  • 46
0
votes
0 answers

Remote debugging vagrant asp.net webform site

I'm not sure this is possible from the docs, but can you remote debug an vagrant ASP.NET webforms site using omnisharp remote debugger? I can't find much info on this anywhere EDIT: Trying to setup omnisharp for…
user204588
  • 1,613
  • 4
  • 31
  • 50
0
votes
2 answers

How to disable Using statement (C#) suggestion in Visual Studio Code

I am using Visual Studio Code to write C#, however one thing is driving me crazy... Whenever I want to add a using directive at the top of the file, it keeps suggesting the "Using statement" which results in a using block, when I just wanted to use…
Chanon
  • 383
  • 3
  • 8
0
votes
0 answers

Omnisharp build fails to find Microsoft.WebApplication.target, xbuild folder missing?

I'm trying to open and build the Linnworks SDK https://github.com/LinnSystems/LinnworksNetSDK in VSCode on Fedora Linux. I think my problem is that a package is not installed or omnisharp hasn't located the build tooling, but I lack any experience…
Neek
  • 7,181
  • 3
  • 37
  • 47
0
votes
1 answer

Exclude C# Compiler Warnings From Visual Studio Code

Is there anyway to exclude Compiler warnings from the problems tab for C# Omnisharp in Visual Studio Code? I only want to see red compiler errors problems:
garfbradaz
  • 3,424
  • 7
  • 43
  • 70
0
votes
0 answers

VSCode error squiggles no longer appearing for my ASP.Net Core projects

I just recently noticed that my VS Code (running on MacOS) has stopped putting error squiggles in undeclared variables/methods. I read somewhere that I needed to have an SLN file (I never had to before), and so I created it and referenced my CSPROJ…
Jonas Arcangel
  • 2,085
  • 11
  • 55
  • 85
0
votes
2 answers

Visual Studio Code doesn't show Intellisense with Unity

I'm new to software development, just started learning C# from online courses and I really want to get into game dev. So here's my situation: I have a very low spec laptop and I don't want to use Visual Studio, so instead I use Visual Studio Code…
0
votes
1 answer

Extension for OmniSharp

Is there any way to get an extension point in omnisharp-roslyn? I see that omnisharp.exe has the "--plugin" argument, but the digging in the source code did not give me an answer: how to use this argument. I need a way to include my assemblies in…
Artem
  • 1
  • 2
0
votes
2 answers

Use Visual Studio Code JavaScript IntelliSense (OmniSharp) in own C# projects

Can anybody tell me if (and how) it is possible to use the Visual Studio Code JavaScript IntelliSense (OmniSharp i think) (or other) in own C# projects? I have a textbox in which a user can add JS code and it would be nice to support the user with…
0
votes
1 answer

Unable to load sample data into dotnet core app when running in debugger but runs fine in terminal

I have a dotnet core project that I'm important sample data into from an XML. XDocument sampleData = XDocument.Load(@"seed/Import_sampleData.xml"); In the terminal when I execute it with the command dotnet run it loads the data just fine as…
chris
  • 1,152
  • 1
  • 15
  • 37
0
votes
1 answer

How does Omnisharp use wildcards in its config files?

Background This relates to an older stackoverflow question. I was hoping to ask for more details but haven't got the Reputation to write comments yet. Circumstances are the same: I'm adding codecheck warnings that I want to ignore, by editing the…
0
votes
1 answer

IntelliSense doesn't work in Visual Studio Code on Mac

I am using Visual Studio Code to develop an ASP.NET 5 application on Mac. The issue I am having is that I don't get any IntelliSense support (e.g. available class methods) beyond simple autocomplete for methods and variables names that I previously…
Nikolai Samteladze
  • 7,699
  • 6
  • 44
  • 70
0
votes
1 answer

Sublime Text, Omnisharp projects & workspaces and source control

I have Sublime-Text 3 with Omnisharp running fine. I created a project to use with this, and now have the following two files: MySolution.sublime-project MySolution.sublime-workspace Should these files be added to source control? If not, what can…
Eris
  • 7,378
  • 1
  • 30
  • 45
1 2 3
20
21