开发者

Manage often used code in Visual Studio

开发者 https://www.devze.com 2023-03-03 16:51 出处:网络
When programming a big project, you often need the same pieces of code in different pages. calling methods, returning references, ...

When programming a big project, you often need the same pieces of code in different pages. calling methods, returning references, ...

Now, I always need to open a page, and copy paste parts from that. but I'm getting tired of that. The开发者_StackOverflowre should be a better way to list very often used code. I've read about snippets but they seem a lot of work. How do you manage that?


Snippets are not a lot of work if you use one of the handy snippet-easing extensions to Visual Studio. I happen to like this one http://visualstudiogallery.msdn.microsoft.com/B08B0375-139E-41D7-AF9B-FAEE50F68392 by Matt Manela. Once it's installed, you can right-click a block of code and make it into a snippet. You can also set up replacements just like when you do an if or for block with the built-in snippets.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号