VS2015 auto function not working

I recently got a new computer, but I decided to install VS2015 after reinstalling Unity. I used monodevelop before, but I thought I would give VS Go (in part because it became the default program when opening scripts through Unity, and I cannot change this).

I have several problems due to the intellisense / auto complete function not working. I read a lot of answers here, but nothing helps.

enter image description here

enter image description here

enter image description here

enter image description here

+5
source share
1 answer

My suggestion was to rebuild your solution files.

In the root folder of the projects, copy Assets and Project Settings ONLY into the new directory. One of your scenes opens from here, Unity will import assets and build a scene.

After opening, go to Edit → Preferences → External Tools and make sure that Visual Studio 2015 is selected as an External Script Editor , and then go to Assets → Syno MonoDevelop Project (Ignore the name MonoDevelop!)

See if this works for you.

The inability to follow the guide here and point out which version of Unity you are using as there are various steps for pre 5.2 Getting Started with Visual Studio Tools for Unity

And if this does not work, it will be a problem when installing Visual Studio. I had it before even on a new installation. So try reinstalling as a last resort.

+3
source

Source: https://habr.com/ru/post/1236551/


All Articles