Questions tagged [code-hinting]
The code-hinting tag has no summary.
2 questions
0
votes
5
answers
3k
views
Visual Studio Code Unity AutoComplete still not working
I am having an issue with Visual Studio Code AutoComplete for Unity.
Some of the autocomplete is working, such as: void Start(), ...
-1
votes
1
answer
56
views
There is no ".text" member after I type "GUIText"
I want to write a text in game scene... but when I type...
void Update() {
GUIText.t|
Then the code completion hints do not offer to complete this "t...&...