VS.NET built-in codeparser!?

  • Thread starter Thread starter Paul Fi
  • Start date Start date
P

Paul Fi

i want to know how i can get a reference to the VS.NET built-in
codeparser, from what i believe that VS.NET's codeparser has some
implementation of the parse method of the icodeparser, is that true?
 
That util looks pretty cool Im going to try it out. Nice one Miha!

Br,
Mark.

Miha Markic said:
AFAIK you can't.
However, there are other ways - take a look at CodeRush from Developer
Express.
http://www.devexpress.com/?section=/products/NET/Coderush
It gives you access to their code parser and for free.

--
Miha Markic [MVP C#] - RightHand .NET consulting & development
miha at rthand com
www.rthand.com

Paul Fi said:
i want to know how i can get a reference to the VS.NET built-in
codeparser, from what i believe that VS.NET's codeparser has some
implementation of the parse method of the icodeparser, is that true?
 
could you like specifically tell me how coz im quite lost with it and
there are only plugins to VS and the guide isnt easy to follow!
 
Back
Top