-
Notifications
You must be signed in to change notification settings - Fork 64
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
Please, can inferred types be copied to clipboard #139
Comments
FYI there is M-x lsp-describe-thing-at-point which will open a buffer supporting copying. |
Yup. Writing a report - thought same thing (somebody would tell me to configure/open static buffer). It is hidden in Good enough for me. But separate function would been even awesomer (*sic). It asks to exist when project would have #129 ability. |
JFYI you can use |
Never knew of these short key combinations, |
It is in top level spacemacs convention. |
Currently, there are numerous cases when types that are inferred (for instance declarations, for local functions, for typed holes) are shown in floating minibuffer, but can not be copied to search information on them.
As a regular user I need to manually remember, & retype
IOEnv (Env TcGblEnv TcLclElv) a -> IO a
in a separate virtual monitor to websearch.If something - I know where are the inferred type signatures are in the HLS. But seems like that info is provided into Emacs & also can be retrieved in it.
An inferred signature retrieval key combination would be of immense help.
The text was updated successfully, but these errors were encountered: