Option "Show Always Intellisense"
Sometimes when I want to list all the methods of a function. I have to use 2 keyboard shortcuts to do this.
Option "Always show Intellisense" would make suggestions show ALL the time. If I click somewhere out the editing box, they will disappear, when I click back, they show again.
10 comments
-
Qwertie
commented
Which two keyboard shortcuts show you "all the methods of a function"? Personally, Ctrl+Space and Ctrl+Shift+Space are just about all the IntelliSense I need.
-
Mason
commented
Great for VS 2011.
-
Milena Kolodziej Zak
commented
Great idea.
-
Jacob Brown
commented
Or the member list could show in a sidebar or something.
-
Kowalewski Janusz
commented
Showing all the time would be anoying.
Try something like this: When the use clicks for example the work Math in the following line all the Math members will popout.
System.Math.Cos(56);
When the user clicks the System word, all the System members will pop out.
3 Stars
-
Bill
commented
No You fon't
-
Steve Jobs
commented
We have this feature.
-
Jasom Jorm
commented
Or at least... One key - IntelliSense appears.
-
Jacob Brown
commented
For example: I don't remember the method names in classes. When I enter a class, I just browse for the desired one. The times of c++ when a user had to remember everything are way behind. When I sit by my computer I don't know which APIs am I going to use.
-
Jacob Brown
commented
I'm not saying this is a feature for a majority of users. But it's really helpful.