Skip to content
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

Suggest details text doesn't wrap #5025

Open
teraa opened this issue Jan 26, 2022 · 3 comments
Open

Suggest details text doesn't wrap #5025

teraa opened this issue Jan 26, 2022 · 3 comments

Comments

@teraa
Copy link

teraa commented Jan 26, 2022

I'm not sure if this is extension specific or vscode in general.
When using intellisense in vscode and trying to show more details for current suggestion, the header text (colored) does not wrap, but the description does. This makes for bad UX because mouse interaction is needed to scroll horizontally.
image
This behaviour is different to that of a mouse-hover popup with details, where both header text and descriptions wrap as expected.
image

@teraa
Copy link
Author

teraa commented Mar 29, 2022

I don't know if I'm even in the right place with this issue, I would appreciate if someone could confirm or redirect me if appropriate.

Additionaly, now even the horizontal scroll bar is missing, and only way to get full method signature shown is to resise the suggest details enough to the right, which might not even be possible(!) sometimes when the method signature is too long.

image

@wjrogers
Copy link

This affects the C# extension with C# Dev Kit, too (not OmniSharp only). Here is a simple example:

image

Environment information

VSCode version: 1.82.2
C# Extension: 2.2.10
C# Dev Kit: 0.5.47
Using OmniSharp: false

@wjrogers
Copy link

might be another duplicate of #6275?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants