Auto Complete Suggestion
I've been using Visual Assist for quite some time now, and I've grow to
appreciate many of its features. One time saving feature is creating
objects.
In VA, if you decide to create a StringBuilder object, you would do this:
Type:
StringBuilder sb = new
as soon as you press the spacebar after new, it automatically suggests
StringBuilder as the first item in the selection list. You may want to
check out their product as it might give you some great ideas. I do have to
say that I feel your implementation is much cleaner even though it's a new
product.
www.wholetomato.com
Thanks!
Derek
Please sign in to leave a comment.
Derek, FYI, VS.NET 2003 does this also w/o any plugins.
-Michael
"Derek" <dprice@doble.com> wrote in message
news:c15qm6$ct4$1@is.intellij.net...
to
>
>
>
to
>
>
>
>
Derek and Michael,
Yes, we also have this feature and it's part of SmartType completion. In the
context described by Derek you should simply press CtrlShiftSpace and
ReSharper will insert the appropriate constructor call. It will also check
if the class is available and if it isn't it will insert the appropriate
using directive.
Hope this helps.
--
Oleg Stepanov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Michael Teper" <michael.dot.teper@convade.dot.com> wrote in message
news:c15tq1$tim$1@is.intellij.net...
>
>
this:
have
new
>
>