I don’t know where to post this, hope this is the right channel:
After struggling 2 days to make Visual Studio Code EDITOR working on my Macbook Pro I realized that there is no ‘implement this method’ shortcut to create a method in a class when you’re coding.
Similar problem when I add a Class that needs a library (for example Button needs UnityEngine.UI) I don’t have the option to automatically add the missing library.
Please, tell me that it does exist and I’m just not able to find out.
My intellisense Is working (Unity objects are showing their methods), i’m not able to insert a method just by clicking it with right mouse Button while i’m coding.
For example
myInstance.methodThatStillDoesntExist(int value)
By the way, I’m using Visual Studio Code Editor, not Visual Studio