Skip to content

Type tooltip overlay the suggestions info #1442

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

Closed
maksimsemenov opened this issue Jul 25, 2018 · 2 comments · Fixed by #1456
Closed

Type tooltip overlay the suggestions info #1442

maksimsemenov opened this issue Jul 25, 2018 · 2 comments · Fixed by #1456

Comments

@maksimsemenov
Copy link

When I hover a mouse over the variable, that has a typescript or tslint error, the variable type gets in front of errors info. It is very confusing and very hard to see the error message:
image 2018-07-25 at 3 35 40 pm

Is it possible to show type information in suggestions below the errors and warnings, like ide-typescript does?
screen shot 2018-07-25 at 3 36 55 pm

@ghost
Copy link

ghost commented Aug 29, 2018

I would also prefer the ide version of hover messages like ide-typescript does it.

@ozra
Copy link

ozra commented Sep 23, 2018

This has annoyed me for a long time too — my solution so far is to move things around a bit:

.tooltip.atom-typescript-tooltip {
    transform: translateY(-40px);
}

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

Successfully merging a pull request may close this issue.

3 participants