Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Rpinski committed Feb 10, 2025
1 parent e87849e commit 0808899
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vscode-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ All notable changes to the "ilspy-vscode" extension will be documented in this f

## 0.20

- Introduction of "Analyze" feature similar to ILSpy desktop application: You can analyze where a method is called, a type is used or an interface is implemented.
- Upgrade to ICSharpCode.Decompiler 9.0 (see release notes for [ILSpy 9.0](https://github.com/icsharpcode/ILSpy/releases/tag/v9.0))
- Support decompilation to C# 12
- Introduction of "Analyze" feature similar to ILSpy desktop application: You can analyze where a method is called, a type is used or an interface is implemented.
- New "Auto-load dependencies" setting: If activated, dependency assemblies automatically loaded to resolve symbols are now temporarily added to assembly list. This behavior is similar to ILSpy desktop application.
- New "Show compiler-generated symbols" setting: If activated, shows types and members generated by the compiler itself.

## 0.19

Expand Down

0 comments on commit 0808899

Please sign in to comment.