Option to copy specified inline text to clipboard

Use case or problem

There are times when I’d like the ability to click an icon to copy specific text to my clipboard. To use that information elsewhere. Especially when the text is a link, it’s difficult to copy the link text when the editor expands the link and link text. This will 1 make copying specific information like usernames, email addresses, urls, or any other case sensitive information much easier and less error prone. More info below:

An external link shows an icon to the right of the link:
image

I’d like to have the ability to copy inline text to the clipboard. I can do this with a different text rendering engine like so:
Specify an API name such as :code[SnackExchangeAPI]{showCopyAction=true} and choose **Next**.

Which gets rendered like so:
image

The existing code block has the copy ability:
```
SnackExchangeAPI
```

But only when using the full code block, when using `inline code` there’s no option to copy the text.
image

Proposed solution

I believe you can make use of the existing inline code feature to implement this feature. The capability already exists in the code block, just not in the inline code.