Peter Crabtree
e1e16b64f5
dev: Strip BOM mark from text files
4 months ago
Andreas Weizel
6e06ee407b
Prepare separation of AddIn for VS 2019 and VS 2022
...
- Move most code to a shared project/shared folder
4 years ago
dotnet format
0d9f871a4f
#2128 : Reformat the whole code base.
5 years ago
Daniel Grunwald
5c949e6e20
Fix #2086 : Check that window belongs to ILSpy before sending it a WM_COPYDATA message.
5 years ago
Andreas Weizel
39e879377e
Fix VSIX analyzer warnings and disabled the analyzer
6 years ago
MysticBoy
dd0738824a
fix Utils.cs(169,57): error CS0118: 'Properties' is a namespace but is used like a type
7 years ago
Andreas Weizel
a94671183e
AddIn: Added detection of non-existing assembly files when launching ILSpy, showing a warning message in those cases. In case of project output assemblies, offers building the solution.
8 years ago
Andreas Weizel
84758dca5e
Re-enabled "Open code in ILSpy" command in code editor, fixed several issues.
8 years ago
Andreas Weizel
809354f175
Fixed several issues with "Open in ILSpy" menu shown on non-applicable nodes. Refactored the commands.
8 years ago
Siegfried Pammer
9d0a2138dc
[ILSpy.AddIn] Fix missing libraries in vsix.
8 years ago
Siegfried Pammer
0524b4a353
Remove unused usings in solution; remove dead code; unify namespaces
9 years ago
Siegfried Pammer
7d11b6c034
fix #615 - F# project references doesn't open in VS extension
...
fix #685 - "open in ilspy" in F# project returns error, fails
10 years ago
yggy
3f22e62a88
#694 Add an "Open in ILSpy" option to the context menu in the code window
...
https://github.com/icsharpcode/ILSpy/issues/694
Supports methods, enums, delegates, properties, interfaces, events and classes.
TODO: disambiguate overloaded methods by number and type of parameters
Changes (only) to ILSpy.AddIn project:
add: code window context menu item "Open code in ILSpy"
add: OpenCodeItemInILSpyCallback does the work, using Visual Studio code model to interrogate source at selection point
change: add additional argument support to OpenAssemblyInILSpy (to support "/navigateTo")
10 years ago
Siegfried Pammer
2d2c96af34
remove micro optimization and simplify HexStringToBytes
11 years ago
Siegfried Pammer
27f50ee6b9
fix #509 Visual Studio Addin is useless for Framework Assemblies
11 years ago
Siegfried Pammer
4725c17185
change formatting settings to be consistent with the rest of ILSpy
11 years ago
Siegfried Pammer
a796143f4e
add ILSpy.AddIn for Visual Studio
11 years ago