JetBrains dotPeek is a free .NET decompiler and assembly browser that allows developers to quickly and easily discover the source code and structure of .NET assemblies. It is a powerful tool for creating, modifying, debugging and analyzing .NET assemblies and applications.
JetBrains dotPeek enables developers to quickly and easily explore and navigate their .NET codebase.
Features:
1. Decompiling .NET assemblies: dotPeek can quickly and accurately decompile .NET assemblies into easy-to-read C# code. You can select which assembly to decompile, or you can simply drag and drop the assembly into the decompiler window.
2. Assembly browser: dotPeek allows you to explore the structure of .NET assemblies, including types, methods, and resources. You can also browse and search for symbols and view their source code.
3. Code analysis: dotPeek can analyze assemblies and display the results of the analysis in a tree-like structure. This makes it easy to identify code issues and potential problems.
4. Debugging: dotPeek can help you debug .NET applications by providing a variety of debugging features, such as breakpoints, stepping, and watch windows.
5. Refactoring: dotPeek can help you refactor code by providing a variety of refactoring options, such as renaming symbols, extracting methods, and more.
6. Source control integration: dotPeek integrates with popular source control systems, such as Git and Subversion. This allows you to easily manage your source code.
7. Code navigation: dotPeek provides a variety of code navigation features, such as Go to Definition, Go to Base Type, and Find Usages. This makes it easy to quickly navigate through your source code.
8. Text search: dotPeek can search for any text that appears in the decompiled source code. This makes it easy to find the code you're looking for.
9. Documentation: dotPeek can generate XML documentation for .NET assemblies. This makes it easier to share code and collaborate with other developers.
10. Extensibility: dotPeek can be extended with plugins and custom commands. This allows you to customize the application to your specific needs.