Refactoring code snippet

  • Thread starter Thread starter Steve B.
  • Start date Start date
S

Steve B.

Hello,

I've two questions about refactoring code snippets :

1. Can I add my own code snippet in the context menu (under Refactor menu) ?
2. Where can I find good tutorials ?

I especially want to create a refactoring code snippet (however I'm not sure
a code snippet is enough, I'll maybe need to create an addin) that can take
a "hard-coded" string and put it into a res files, and replace the hard
coded string by the properties generated by the res file.

Thanks for any tips.
Steve
 
Yes, you can, but I have no info on how to do this. I have a clue, however.

Microsoft has released new snippets that you can download. Monitor your
machine with one of those utilities that catalogs the drive and you will see
what files it touches. In the case of snippets, I believe it is more a case
of adding to a configuration file, as the snippets are installed in a
directory of your choice.

--
Gregory A. Beamer

*************************************************
Think Outside the Box!
*************************************************
 
Back
Top