Full type name when using ctrl+space
See original GitHub issueSummary 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
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:5 (5 by maintainers)
Top Results From Across the Web
vim-ctrlspace/ctrlspace.txt at master - GitHub
Vim-CtrlSpace interface is a window you can invoke by pressing <C-Space>. The window displays a list of items. You can select those items...
Read more >Eclipse: When displaying a list of methods (ctrl-space), is there ...
1 Answer 1 · Open the affected class ( Navigate -> Open Type... ) · Press CTRL-O, this will show the methods implemented...
Read more >Ctrl+space won't work in any code declared within a function
Hello, friends! This is my first post on this forum and I am fairly new to PowerShell and have been experimenting with it...
Read more >How to: Solve the 'Ctrl-Space (auto-complete) not working ...
So, you type part of a function name and press Ctrl-Space, waiting for the magic to work and the rest of the name...
Read more >Code completion | IntelliJ IDEA Documentation - JetBrains
Basic code completion helps you complete the names of classes, ... IntelliJ IDEA searches for symbols with the same component type and ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This will be in the next preview thanks to @AspenForester!
Wohoo 😄 Thank you @AspenForester