You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 click
on themyToken
word, but it navigates to its definition with thetoken()
function. I would like to navigate to the implementation associated to this token with thebind()
function.The text was updated successfully, but these errors were encountered: