OmniSharp / omnisharp-node-client

node client for the omnisharp-roslyn server
http://www.omnisharp.net/
MIT License
52 stars 19 forks source link

Documentation/Get started #466

Closed ReginaldBull closed 6 years ago

ReginaldBull commented 6 years ago

Hello,

For my current ASP.Core/AngularJS application I need to provide a text editor (for this requirement I'm using the monaco editor) and IntelliSense for the language C#. For the aspect of IntelliSense I want to use OmniSharp. My first question is, about the things I need. I assume I need to run an OmniSharp server instance on my server. What else is required?

Kind regards

ReginaldBull commented 6 years ago

solved