Reputation: 7612
I really like the way MonoDevelop's automcomplete / intellisense feature works.
Specifically I like the way it suggests words according to letters I type: for example, for word like SomeMethodName
I only need to type S
and M
and maybe N
and suggestion looks like this:
S ome M ethod N ame
My question is: is there any extension / add-in for Visual Studio (2010) that would provide this kind of feature?
Upvotes: 1
Views: 646
Reputation: 498992
Resharper does exactly this, among many other things.
See Code Completion on their site.
Upvotes: 2