There supposedly used to be a way to get autocomplete/intellisense working on Linux when you open unity project .cs files. You know, that thing where you can type something like “GameObject.” and then see all the methods to choose from instead of just memorizing them all. VS Code and monodevelop both work on Linux and can deliver the autocomplete features but it doesn’t work when you open Unity project files.
Most articles I’ve found involve enabling the setting “omnisharp.UseGlobalMono” in VS Code and using VS code as the external script editor in Unity. This setting was removed from VS Code sometime in March (from what I can find). Now, there doesn’t seem to be an easy-to-find way to enable an autocompletion feature using VS Code.
I don’t really mind if I have to use VS Code, monodevelop, Eclipse or some other editor but is there ANY way to get an autocomplete-like feature in Unity in Linux that works in Oct 2022?