How to get intellisense in Visual Studio Code for Unity functions names?

后端 未结 7 2099
独厮守ぢ
独厮守ぢ 2020-12-07 00:30

I am following a tutorial about Unity and I see that the instructor has intellisense when writes the method\'s name.

However I have only intellisense with classes an

相关标签:
7条回答
  • 2020-12-07 01:11

    Note: my solution does not solve intellisense to function names, but this was the first question that come in fixing intellisense more generally in VSCode.

    I needed to update the VSCode package in unity.

    In Unity, click Window, then Package Manager, then look for Visual Studio Code Editor. Expand it by pressing triangle, and upgrade to the latest version (for me, it was 1.2.0. I restarted VSCode and it worked.

    v1.1.4 had a bug that caused this problem, and was not fixed for about 3 months. It is still the default package installed with a new default project, so you have to change this package version to 1.2.0 in every new project, until they update it.

    0 讨论(0)
提交回复
热议问题