-
Notifications
You must be signed in to change notification settings - Fork 40
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
[Feature request] Select and copy popup text #1649
Comments
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. |
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 ? |
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 ? |
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 |
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.
The text was updated successfully, but these errors were encountered: