icsharpcode / ilspy-vscode

ILSpy Visual Studio Code Extension and Service for Decompiling .NET Assemblies
MIT License
147 stars 30 forks source link

Reload assemblies when changed #88

Open ArtemKiyashko opened 1 year ago

ArtemKiyashko commented 1 year ago

Would be nice to reload automatically or by button updated assemblies.

Currently its possibly only by unloading -> picking same assembly again -> navigating to the same assembly i watched before

Similar to AssemblyWatcher plugin but for VSCode

spouliot commented 1 year ago

It's not automatic but with #103 you can right click on the assembly and select Reload Assembly, which is simpler/faster than before.

About automatic I'm not sure we always want this behaviour. Personally I find it useful in some cases, but not in others. Might be worth adding an option to control the behaviour...