ilspy-vscode
ilspy-vscode copied to clipboard
Reload assemblies when changed
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
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...