I\'m looking for a plugin (may be a TFS plugin) for Visual Studio 2010 that add a \'Copy uri\' context menu entry in code editor and would make possible to copy paste a file
There's no such extension that exist from what I know.
However it wouldn't that hard to create a VSX that adds an entry in the Source Code context menu that will get the Source Control path from the Local Path using the TFS Api then putting the result in the clipboard.
In the meantime there's no easy way to come up with a workaround as I'm not aware of a way to get the Source Control path from the Local path in Visual Studio.