-
Notifications
You must be signed in to change notification settings - Fork 510
Full type name when using ctrl+space #2898
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
Full type name when using ctrl+space #2898
Comments
I think it seems reasonable that the tooltip for types can include the full type name. |
I think if we just add |
I'd also want a test added for this. That's fairly straightforward.
Running the tests is easy. Run |
This will be in the next preview thanks to @AspenForester! |
Wohoo :-D Thank you @AspenForester |
Summary of the new feature
Right now when you type in
[SomeType]
and try to tab ctrl+space complete it displays list of types which is great, but it's a short type name. I often have to go thru 2-5 different types before I pick the correct one I want. Can you maybe allow a choice between short (if you want to keep old version) and full type?or
The text was updated successfully, but these errors were encountered: