Visual Studio Code Editor 'Implement method' shortcut

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.

This may help you with intellisense and possibly other Visual Studio integration problems:

Sometimes the fix is as simple as doing Assets → Open C# Project from Unity. Other times it requires more.

Also, try update the VSCode package inside of Unity: Window → Package Manager → Search for Visual Studio Code Editor → Press the Update button

Also, this: No suggestions in Vscode

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

Oh gotcha, I’ve never bothered with that one, I just copy/paste the name and hammer the function in.

I am in way too many different languages regularly to begin to rely on that feature!

Good luck.