-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Add "Copy to clipboard" button to status bar #21
Comments
Waiting for VsCode core API. |
I'm implementing the feature "copy to clipboard". @vody do you think that more generic option in the issue menu can do the job? |
Add copy to clipboard with #40 PR. 👍 |
Thank you @gioboa for this command. My minor comments are:
|
Would you like create a pull request for this feature? 👍 ❓ |
@gioboa, I would try (no promises as I am not good in ts) 👍 How to get a current work item reference? |
Don't worry about TS, it's easy and much cleaner than vanilla js. Working Item reference is in this object. 👍 |
During Jira issue development I am usually need to have a fast access to Jira issue key to use it in commit message or code comments. It would be good to add a "Copy to Clipboard" action button after Working Issue one in a status bar. Action should put working Jira issue key in clipboard in one click. This would allow to use it in commit message, code comments or snippets as well.
The text was updated successfully, but these errors were encountered: