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
Now need to return where the function was called. No way of doing this.
In SlickEdit there is Ctrl+. to goto a definition and Ctrl+, to return from that.
Go back can be used, but this is slow as it follows all cursor movements. By just having the goto function stack it would be much quicker to navigate through code.
Possibly related to #15
The text was updated successfully, but these errors were encountered:
Moved from microsoft/vscode#22739
Steps to Reproduce:
In SlickEdit there is Ctrl+. to goto a definition and Ctrl+, to return from that.
Go back can be used, but this is slow as it follows all cursor movements. By just having the goto function stack it would be much quicker to navigate through code.
Possibly related to #15
The text was updated successfully, but these errors were encountered: