Skip to content

Commit

Permalink
Add "Features" to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwille committed Dec 12, 2017
1 parent 87c3871 commit 50d7409
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,19 @@ Aside from the WPF UI ILSpy (downloadable via Releases, see also [plugins](https
* Linux/Mac/Windows command line client - check out [ICSharpCode.Decompiler.Console](ICSharpCode.Decompiler.Console) in this repository
* Linux/Mac/Windows [PowerShell cmdlets](ICSharpCode.Decompiler.PowerShell) in this repository
* Visual Studio Code Extension [repository](https://github.com/icsharpcode/ilspy-vscode) | [marketplace](https://marketplace.visualstudio.com/items?itemName=icsharpcode.ilspy-vscode)
* [ICSharpCode.Decompiler](https://www.nuget.org/packages/ICSharpCode.Decompiler/) Nuget for your own projects
* [ICSharpCode.Decompiler](https://www.nuget.org/packages/ICSharpCode.Decompiler/) NuGet for your own projects

Features
-------

* Decompilation to C#
* Whole-project decompilation (csproj, not sln!)
* Search for types/methods/properties (substring)
* Hyperlink-based type/method/property navigation
* Base/Derived types navigation, history
* BAML to XAML decompiler
* Extensible via [plugins](https://github.com/icsharpcode/ILSpy/wiki/Plugins) (MEF)
* Check out the [language support status](https://github.com/icsharpcode/ILSpy/issues/829)

License
-------
Expand Down

0 comments on commit 50d7409

Please sign in to comment.