I’m trying to learn how to use Linux and installed Linux Mint as second OS with Dual Boot.
So far everything works good except one issue i can’t fix:
I’m using MonoDevelop to write my C# scripts and the auto completion isn’t working with Unity related things like “Vector3”.
Things like “float” that come with the net framework work great.
Someone got the same problem or knows a way to handle this issue?
I also tried VisualCode (since we don’t have Visual Studio on Linux) but i got the same issue there.
In Unity you have to select “monodevelop” in the directory “usr/bin/” and not a shortcut or any other one. Then it will load everything correctly and Intellisense (auto completion) works also for Unity related things like “Vector3”.
I’m trying to add Monodevelop to Unity; I’ve added it in the preferences the way you say but I still don’t have intellisense. Any idea what I should do to make it work (since I cannot have VS Code to work either)?
The only thing I haven’t done is deinstalling Unity and reinstalling it after Monodevelop had been installed. VS Code is worse that’s why I want to switch to Monodevelop.