Activity overview
Latest activity by pleonard23
I agree with the last poster that having tab-completion for the snippets (the behavior in version 2) would be preferable to popping up the selection list. I'm used to just typing:
SELECT * FROM blah b nl<TAB>
expanding to:
SELECT * FROM blah b with (nolock)
Otherwise everything is looking good so far.
Paul[/code] / comments
I agree with the last poster that having tab-completion for the snippets (the behavior in version 2) would be preferable to popping up the selection list. I'm used to just typing:
SELECT * FROM bla...