In Visual Studio, is there a window which shows list of methods in the active class? A small window like the Solution Explorer would be great. In Eclipse, there is one.
grep -i " sub " filename.vb > methods.txt grep -i " function " filename.vb >> methods.txt