dpoeschl / StashPop

StashPop adds features to GitHub, with extra Jenkins testing support. Get the Chrome extension at
https://chrome.google.com/webstore/detail/stashpop/nghjdgghnnljcdgaicggnlbmojcaedhl
MIT License
5 stars 9 forks source link

"Copy as workitem attribute" #25

Closed rchande closed 8 years ago

rchande commented 8 years ago

I'd love a button that puts text like

<WorkItem([issuenumber], "[issueurl]">```

 on the clipboard.
rchande commented 8 years ago

Might need separate buttons for C# and VB :smile:

dpoeschl commented 8 years ago

We could add a paste command handler to VS that checks for a custom copy format and pastes appropriately per-language. :wink:

dpoeschl commented 8 years ago

@rchande You implemented this (at least for C#, and there's a separate issue for VB) so we can close this, right?