Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Share code location #116

Open
sbenzenko opened this issue Dec 15, 2022 · 1 comment
Open

Share code location #116

sbenzenko opened this issue Dec 15, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@sbenzenko
Copy link

sbenzenko commented Dec 15, 2022

Often it's necessary to share a particular location in the solution (Project > File > Line) with the coleague so I don't have to type the path and he doesn't have to follow it. It would be great if there was a way to do that. E.g. you put cursor on the line of code, press hotkey and the path is copied into the clipboard. You send it as text to anyone who is working on the same project. He has the same solution opened, presses a hotkey, inserts the path and VS opens the requested file on the requested line.

Similar to how bookmarks are saved and navigated through, just with the ability to share them.

Not sure if similar functionality already exists, but I couldn't find it.

UPD: it seems like there is a similar but long forgotten plugin CodeLink https://marketplace.visualstudio.com/items?itemName=AuriRahimzadeh.CodeLinktm

@sbenzenko sbenzenko added the enhancement New feature or request label Dec 15, 2022
@zavpav
Copy link

zavpav commented Dec 15, 2022

Or copy and set "method location",
Copy "current location" like "NameSpeceOfProject.Class1.Method1(int,int):100:20" ("100" is the line in the method, "20" is the position in the row).
And possibility to set this "location".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants