I am feeling really lazy today it must be heat

How about shortcuts names for tables/views .
Have a look at Resharper and Visual Assist X they have Camel Humps and Acronyms respectively
They shortcut to Types by their Camel Case capitals
eg BatchValuesView becomes <bvv> etc
so in SQL if I type <ssf bvv> and get
SELECT * FROM BATCHVALUEVIEW
with bvv shortcutting to the appropriate table in the Candidate List
Now that would be nice .
I use VAX routinely in VS2008 and I effectively code in shorthand, it really does make life very easy
Cheers
Mike
How about shortcuts names for tables/views .
Have a look at Resharper and Visual Assist X they have Camel Humps and Acronyms respectively
They shortcut to Types by their Camel Case capitals
eg BatchValuesView becomes <bvv> etc
so in SQL if I type <ssf bvv> and get
SELECT * FROM BATCHVALUEVIEW
with bvv shortcutting to the appropriate table in the Candidate List
Now that would be nice .
I use VAX routinely in VS2008 and I effectively code in shorthand, it really does make life very easy
Cheers
Mike