Refactoring code snippet

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
 
C

Cowboy \(Gregory A. Beamer\)

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!
*************************************************
 

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

Similar Threads


Top