sublime_text
sublime_text copied to clipboard
[Feature request] Select and copy popup text
1. Request
It would be nice, if would be possible select and copy text in Sublime Text popups.
2. Justification
Example popups.
BracketHighlighter:

SublimeLinter csslint:

- I'm not good at speaking English. Hundreds of times in a day I select texts and translate them via QTranslate. If select and/or copy texts in popup will be possible, I don't need to print texts for translating. I make fewer steps.
- For example, I don't know
vendor-prefixcsslint rule. I need to print popup text in search bar, that get information about rule. If select and/or copy texts in popup will be possible — I select and copy text from popup → I press Bang hotkey → I see Google SERP. I make fewer steps.
3. Desirable behavior
Opportunity select and copy text in Sublime Text popups.
Thanks.
As a workaround until this functionality is available, plugins could add a "Copy Text to Clipboard" link in the popup, just like Tools -> Developer -> Show Scope Name does.
@keith-hall
Thanks for this! I think this is a good work-around for the time being.
Selecting and copying out of popups would be a very nice feature for LSP popups.
is there any solution ?
is there any solution ?
The plugin author has to add a button, which triggers a custom copy command, for copying whatever designed to be copied.
I need to copy lsp content that came on popup which plugin I have to install ? Or I which setting of lsp I can turn on copy feature ?
I need to copy lsp content that came on popup which plugin I have to install ? Or I which setting of lsp I can turn on copy feature ?
if you are not the plugin developer, there is nothing you can do unfortunately.
As the labels show, this is a missing feature in the minihtml renderer. I was looking for its source code, but could not find it anywhere, so it seems it is closed source, which is a shame.
Sublime text can be the world's best code editor if they made it open source or at-lest make it more hackable editor
Tools->LSP-Toggle Diagnostics Panel (Ctrl+Alt+M)
Tools->LSP-Toggle Diagnostics Panel (Ctrl+Alt+M)
This is my life saver!! Ideally a copy button in the pop-up will be great