-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
Intellisense should remember last selected item #190
Comments
Most Recently Used is definitely a desirable ordering option |
This should behaving now as outlined in the OP in Visual Studio 2015. |
@mhegazy, this no longer works as of TS 2.0 Beta. I believe it was working prior to that. |
@mhegazy, this is still not fixed. Should the label be "bug" because it is a regression? |
Right, so once again we had a working piece of functionality and then it gets broken and completely ignored. I mean in my book a regression should always be marked as high priority. This again is very disappointing. |
This hasn't been collecting any additional feedback so I'm assuming it's either fixed or no one else notices |
Hi,
A small but useful feature provided by C# (possibly other languages as well) in Visual Studio is the ability to remember the last selected item and to highlight it in the list of available items.
This generally leads to a productivity boost, because of the common need to work with a specific member or class multiple times.
The text was updated successfully, but these errors were encountered: