There are quite a few options for Integrated Development Environments for .NET Core. Below are some of the options:
JetBrains’ Rider IDE is an optimal choice for developing .NET Core applications.
Some of its features include:
You can download JetBrains Rider via:
Visual Studio Code (or simply VS Code) has excellent support for development of .NET Core applications.
Much of the support for the environment is in the form of additional plugins. A very useful pack of plugins is Awesome DotNetCore Pack
You can install it via:
brew install visual-studio-code