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

Syntax error not detected when using project.json

I have two projects setup in vsCode. The one using a project.json file (which is a console app, generated using 'yo aspnet' and choosing the Console Application option) is always displaying "Error: Failed to start OmniSharp" hence am not able to…
David Blay
  • 527
  • 1
  • 3
  • 14
0
votes
1 answer

Omnisharp atom deprecations

I'm getting this deprecations in atom is it normal? should I do something? omnisharp deprecations I cannot get the omnisharp server to run because says that mono is not found... mono error
user3754696
  • 31
  • 1
  • 7
0
votes
1 answer

Omnisharp on emacs speed

I am running Omnisharp on emacs on a mac. Everything works fine and wonderfully. The only problem is that speed seems to be an issue. Not for intellisense but when moving up and down in lines. (Basic C-n, C-p) I think it's the suggestions you get on…
Jason Mirk
  • 283
  • 2
  • 9
0
votes
1 answer

Omnisharp vim with neocomplete not working

I installed Omnisharp and I am able to get autocompletion with < Ctrl+X > + < Ctrl+O >, but this is obviously not ideal as you have to keep hitting this weird combination of keys. I have also installed neocomplete bundle to try and get…
girlcode
  • 3,155
  • 5
  • 27
  • 41
0
votes
1 answer

Unable to start omnisharp-server on osx

Trying to work with the new omnisharp using vim. My current setup is vim with omnisharp-vim. The github pages for those direct toward initiating the omnisharp-server client manually in the project directory (so it can index all the .cs files), and…
Banashek
  • 71
  • 2
  • 6
-1
votes
0 answers

I can't find C# OmniSharp extension on visual studio code. How can I add it to my visual studio code?

I was planning to code C# on visual studio code. After few minutes, I noticed that Visual studio doesn't show my errors and code mistakes. And after a quick search, I learned that I need OmniSharp extension but sadly I can't find it in Visual studio…
-1
votes
1 answer

Cannot install dependencies for C# extension, code-oss

Cannot install C# package for vscode Installing C# dependencies... Platform: linux, x86_64, name=manjaro, version=unknown Downloading package '.NET Core Debugger (linux / x64)' Failed to download from…
Yurii
  • 11
  • 1
-1
votes
1 answer

I can't do auto-implement interfaces C#-Visual studio Code

I can't implement interfaces in VsCode. Everything works well but interfaces. I've tried reinstalling vs code and downgrading C#(Omnisharp). There is no option about implementing interface and there is no implement message just like the image.…
memo1093
  • 47
  • 8
-3
votes
1 answer

extension doesn't work properly for c# in vsc

I've got a problem with C# in Visual Studio Code. Support, debug and intellisense for c# is not working on new and old project I search for this problem and found nothing, idk what I should do... before i reinstalled my pc this was working
toni
  • 1
  • 2
1 2 3
20
21