I have a Little problem with scripts. When I'm writing C# scripts for Unity with Visual studio it seems like I`m working in notepad, there are no autocompletion (correct?) and I must write it very slowly.
Please, watch the video. At start is the normal situation (from tutorial), second part shows my problem.
For example, the transform
class does not show suggestion or autocomplete.
Image with Problem:
Unity version: 5.5.2f1
Visual studio 2015
Visual Studio Tools for Unity is installed
For Windows or macOS:
Download/Install the Visual Studio IDE (with Unity Tools)
When installing, make sure you include installation of
Then using Unity (you can double click one of your C# files), open a new C# project and the Visual Studio IDE should open with your new project structure.
From there, you should be able to see what you are looking for.
For example:
For Linux (suggestion):
Try Monodevelop - Additional Information, it provides code completion/hints.