Unity 5.3.5f1 personal + Visual Code 1.3.1 Code Suggestion

Greetings, I am an amateur when it comes to programming in general and I found out I really like Visual Code + Unity and would love to use it like I used to use Visual Studio.

When I typed something like “In” the program would suggest me something like “Input.” and lots of other useful information. Now I really don’t know the correct terminology for that, I didn’t even use code completion a lot, it just helped me a lot because I am not a native english speaker and somethings I forgot how to correctly spell something.

This is what happens when I try to code in Visual Studio Code:


Note that I also wasn’t able to correct that ERROR up there.

What I wanted was it to be like this in Visual Studio 2015:

The problem with Visual Studio 2015 is that I find it very robust and full of details that end up dragging my attention from the code itself. And I wanted something more light and simple like Visual Code.

The term you are looking for is IntelliSense. In order for Visual Studio to give you that kind of popup, it needs to be continually analyzing your code and all referenced libraries. While Visual Studio Code is doing some of this - it cannot do it at the same level. To get the full IntelliSense support, you need the full version of Visual Studio.

You can improve the IntelliSense within VS Code with plugins. Specifically I found this that specifically adds Unity library support to VS Code. It won’t beat the support that the full Visual Studio IntelliSense can, but it should help you out.