In most of the previously mentioned text editors, a package manager is included and will be used to install the OmniSharp package:
- Edit code on macOS with Atom:
- Let's install the OmniSharp package on Atom:
- Next, let's create a new project:
- Now that OmniSharp is installed, we can use the project scaffolding for .NET projects:
- After choosing Web Application, the project and the associated files are generated.
- We can ...