'Unity hover documentation in Visual Studio Code
I want to use Visual Studio Code as my editor for c # code in Unity and I want to hover over the code to display a short description of what, for example, the method does.
I found this thread but I don't know what to do exactly.
Does anyone know how to do it and is it such an option?
P.S.: And by the way, does anyone know a good extension with syntax highlighting?
Solution 1:[1]
OK, I found something like an answer. I didn't think this would change anything, but I downloaded the Windows: .NET Framework 4.7.1 Developer Pack as this tutorial says and the syntax started to stand out and I get a little hint as I hover over the methods.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Innarq |
