-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Allow parameter hints and completion documentation to appear in a docked panel instead of floating over the code #149270
Comments
See #51253 (comment) |
@gjsjohnmurray that's good to know, although it doesn't seem like that would be language-agnostic. It doesn't seem like an ideal solution for every language to implement the same thing here in the same way (or not, and then give users inconsistent experiences for the same functionality/data)? |
@DanTup the extension README says "Language independent. Works in any language that supports hovers." |
Ah sorry, didn't see the extension - only the APIs. I wonder whether it'll be able to handle the documentation window noted above though - for hovers/param hints you could just turn them off and the extension can invoke those commands itself. But for the documentation popup on completions, the extension would need to know which completion item is selected, and I can't see any APIs that would allow this? |
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
Not having the code suggestions pop up over the code you're working on would be amazing. I wish that it was A) More obvious how to upvote this |
https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions#before-submitting-an-issue which also links to https://github.com/microsoft/vscode/wiki/Issues-Triaging#up-voting-a-feature-request |
@gjsjohnmurray Which is great if you're in the habit of actually visiting GitHub for VSCode (I'm not), but would be better if there was something actually IN VSCode to point you here. Like a "Feature Request Voting" menu item somewhere or something. |
🙂 This feature request received a sufficient number of community upvotes and we moved it to our backlog. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
in-editor panel would be good for this issue. |
Closely related to #33752, trying to solve the same problem |
Any update on this? I'm really eager for this to be implemented. |
Parameter hints and the documentation popup in code completion can be useful, but sometimes they completely obscure the code being typed:
It would be nice if these could be shown in an alternative location (such as a dockable panel that can be put in a sidebar or along the bottom) to avoid covering so much of the code.
I'm aware both can quickly be toggled with their respective shortcuts (and that I can control whether they open automatically), but those aren't perfect solutions - sometimes you're trying to compare the parameters you've written to the signature to understand what's wrong, and having to flick them on and off is less convenient than being able to see both on the screen at the same time.
The text was updated successfully, but these errors were encountered: