If you’re tired of MonoDevelop’s editing capabilities, you should try VSCode!
It’s super snappy, and lightweight
- Download VSCode insiders edition
- Install the C# 1.3.0 support
- Install mono debugger
brew install mono
(need this for intellisense to work)- In unity, open C# project by going to Assets > Open C# Project In Code (don’t just double click a file)