Hi Stephen, These are code snippets and you can assign a shortcut for them. I keep all my common code in snippets. Creating them may prove difficult if you're unfamiliar with the Snippet schema. Search for a tool called Snippy which should simplify it for you !
For the MSDN resource on Snippets : http://msdn.microsoft.com/en-us/library/ms165392(VS.80).aspx On Jan 1, 10:02 pm, "Stephen Russell" <[email protected]> wrote: > What is the setting to auto create the setup for a simple data class like > below? I was watching a video on nHibernate and saw presenter type in priv > and the whole stub laid in real nice. I know I had seen this earlier but > I'd like to get my dev environment working in a similar way. > > private Guid _ID; > > public Guid ID > > { > > get { return _ID; } > > set { _ID = value; } > > } > > TIA > > ......................... > > Stephen Russell - > > Senior Visual Studio Developer, DBA > > Memphis, TN > > 901.246-0159
