icsharpcode / NRefactory

NRefactory - Refactoring Your C# Code
684 stars 262 forks source link

How to implement NRefactory #535

Closed vietson closed 6 years ago

vietson commented 6 years ago

Hello ! I'm newbie of ICSharpCode.NRefactory I want parse source code file (*.cs) and extract information (ex : namespace, classname, mothed, statement,..) So, how to implement NRefactory ? Thanks

lextm commented 6 years ago

Read carefully the first few paragraphs and then check out Roslyn,

https://github.com/icsharpcode/NRefactory/blob/master/README

vietson commented 6 years ago

@lextm thank for your answer. I understand !