https://issues.dlang.org/show_bug.cgi?id=14497
--- Comment #8 from Manu <[email protected]> --- Okay, I've played with this for a bit. A few little things immediately jump out at me: * Compile and Disassemble doesn't seem to have a hotkey. * There's no convenient way to refresh the view. On the second point, I think there are 2 good options: Either VisualD silently rebuilds the source file in the background actively while you edit, and when compilation is successful, update the disassembly view with the new code. (realtime interactive!) Alternatively, a simpler solution would be to automatically update the disassembly when the user rebuilds the source file manually (Ctrl-F7). I guess a 3rd option would be to assign a hotkey, and the user can just press that again. I'd have to say I'd be more excited by either of the first 2 though, since I have habit formed around Ctrl-F7 to test for compile errors as I'm typing, and updating the disassembly at the same time would be kinda nice. --
