Hello,
With the following code:
is there a useful way in VSCode to navigate directly to the implementation of myToken? I think to something similar to Ctrl + left mouse click on the myToken word, but it navigates to its definition with the token() function. I would like to navigate to the implementation associated to this token with the bind() function.
Hello,
With the following code:
is there a useful way in VSCode to navigate directly to the implementation of
myToken? I think to something similar toCtrl + left mouse clickon themyTokenword, but it navigates to its definition with thetoken()function. I would like to navigate to the implementation associated to this token with thebind()function.