forked from icsharpcode/SharpDevelop
-
Notifications
You must be signed in to change notification settings - Fork 0
NRefactory
DanielGrunwald edited this page Aug 11, 2012
·
4 revisions
NRefactory supports analysis of C# source code: it includes a parser, abstract syntax tree, type system, semantic analysis (resolver), code completion, and several refactorings.
- Project Page (github)
- Bug Tracker
- NuGet Package: ICSharpCode.NRefactory
- Introductory documentation: Using NRefactory for analyzing C# code (on CodeProject)
Who uses NRefactory: