Open Kristinita opened 7 years ago
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
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:
vendor-prefix
csslint 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.