Prepend & Append to Methods in batch selectively

Posted: January 12th, 2009 | Author: | Filed under: My Little Projects, Programming | Tags: , , , | 1 Comment »

A tool that finds all C# methods in a cs file and lets you put any code block to the beginning of the method and to the end of the methods. Simply you can prepend or append code blocks to any method that you select in a source code file. Since it detects method signatures with a regular expression that lays in a config file, practically you can use the tool for any programming language.

 

here is the project page;

http://code.google.com/p/prependappendtomethods/

 


One Comment on “Prepend & Append to Methods in batch selectively”

  1. 1 Parsing C#, finding methods and putting try/catch to all methods | SeekPHP.com said at 9:01 am on October 17th, 2011:

    [...] I created this for this; http://thinkoutofthenet.com/index.php/2009/01/12/batch-code-method-manipulation/ [...]


Leave a Reply