Reputation: 13645
I am from Visual Studio land mostly working with C# applications. Recently switched to VSCode and it has been a . good experience so far. However, I miss a particular feature from that Visual studio has but I don't VsCode does have or at least I do not know how to.
With Visual Studio, I could move control from where it currently is to any previous position by physically clicking it and dragging it to a previous position. However, I do not seem to have that option with Visual Studio Code. Is there any way for me to enable that feature in VS Code for C#?
Upvotes: 2
Views: 1271
Reputation: 1005
Right click on the line you want to run, and "jump to cursor".
https://stackoverflow.com/a/59528379
Upvotes: 0
Reputation: 181
I believe still an open issue. https://github.com/Microsoft/vscode-cpptools/issues/1025
Upvotes: 2