-
Notifications
You must be signed in to change notification settings - Fork 203
Configure placement of type tooltip. #1462
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
Comments
I also placed made this suggestion for linter-ui-default: steelbrain/linter-ui-default#524 |
This is basically a duplicate of #1442. There is no good resolution except for using atom-ide-ui for both type and error tooltips (then atom-ide-ui can sort those out). Which is in the works currently. I'll make a note to make tooltip position a bit more configurable. |
Check it out, I came up with some CSS to flip the linter-ui tooltip onto the top of the line so it doesn't conflict with the atom-typescript tip: |
Tooltip position (top/bottom) is configurable in v12.7.0. Also, Atom-IDE tooltips are available as an option, so when using Atom-IDE exclusively, you will get proper tooltip spacing. |
@lierdakil nice, thanks for the feature! |
The type tooltip appears on top of error tooltips:
It would be nice to have it appear on top of the mouse instead of below, or to make it appear below an existing error tip, or perhaps to make the error tip appear above the line.
The text was updated successfully, but these errors were encountered: