Relative Content

Tag Archive for javascriptvisual-studio-codevscode-extensionsyo

Retrieving parent function name in VS Code Extension

I am trying to create an extension in VS Code as a beginner. The extension is a code snippet that has to access the parent function. Wherever the user enters that snippet shortcut it will (for example) print the parent function name.

Accessing parent funcition in VS Code Extension creation

So I am trying to create an extension in VS Code as a beginner. The extension is a kinda code snippet that has to access the parent function. So, wherever the user enters that snippet shortcut, it will (for example) print the parent function name.