- Home /
I use Ubuntu, but Monodevelop Autocomplete is not working. is there some additional Add in ?
I have install latest Unity 3D from https://forum.unity.com/threads/unity-on-linux-release-notes-and-known-issues.350256/page-2
And I cannot open script on mono-develop editor So I Install mono-develop editor for Linux Ubuntu following https://www.monodevelop.com/download/
but every time I type some script for Unity there are no autocomplete, just autocomplete for basic C# . Is there any add ins, to support autocomplete mono develop ? or is there official mono-develop from Unity for Linux Ubuntu ? (how to install them).
Thanks
Answer by dereventsov · Mar 09, 2019 at 03:44 PM
First, you need to select monodevelop as script editor (Edit -> Preferences -> External Tools).
Second, open your scripts from unity (Assets -> Open C# Project), this will open your project in monodevelop and autocomplete should then be working correctly.
If still doesn't work:
set Edit -> Preferences -> External Tools -> Generate all .csproj files"
open $$anonymous$$onoDevelop manually
open .../Assets/Assembly-CSharp.csproj