-
Notifications
You must be signed in to change notification settings - Fork 39
increase tooltip font size #14
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
Conversation
ctf0
commented
Jan 16, 2018
- go to def should have more space under it
- find a way to make the tooltip taller when there are more than one item
Thanks! ok! |
@ctf0 Something like this? |
yes yes yes |
@ctf0 released new version 0.13.11 with that update 👍 |
btw, how exactly go to def works, is shows up even if the tooltip have something like |
mmmm yeah.. at the moment there isn't a check about that. It shows up in every tooltip, but I will try to manage that! the problem is that for example on this: var number = 3;
number It will shows up with |
maybe we can check if its anything other than string , or flow doesnt support that ? |
I think yes (In fact I need to check about that because I don't remember), but at this moment my time is very limited due to University exams 😞 .. However later I will try to check that 👍 |
@ctf0 Done! Now tooltip wont show up on quoted strings and numeric constants. |
focken awesoooooooome 💥 |