IDE Code Templates

  • Thread starter Thread starter Phil Barber
  • Start date Start date
P

Phil Barber

does VS2005 have code templates?
for example in the editor one might type: "fore" and then the spacebar
and then it would be replaced with
foreach(var $ in $)
where the "$" are tab stops and the cursor is positioned at the first $,
you use the tab key to cycle through...

phil.
 
good discovery.. keep posting if you come across of such things...

BTW do you know the quick search tool, apart of Ctrl+F. Try useing Ctrl+I
and start typing, you will see the cursor moves to the first location of the
combination of the chars. for the next such search use Ctrl+F3

HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top