Hey everyone!
I usually develop on Linux, and I've finally got my Neovim setup working properly with my Unity projects. Things are mostly smooth, but I've run into a couple of quirks:
Unity doesn't automatically refresh my codebase when files change, so I have to refocus Unity and press Ctrl+R. It's only a mild annoyance, but still something I notice.
The bigger issue is that the OmniSharp LSP server can be really slow sometimes. It can take up to two minutes before everything loads and IntelliSense is actually usable.
I'm curious how other people are developing with Unity on Linux. Are you using Neovim, VS Code, Rider, or something else? And do you have any tips for making OmniSharp faster or improving the general workflow?