https://issues.dlang.org/show_bug.cgi?id=14497
--- Comment #10 from Rainer Schuetze <[email protected]> --- You can assign a hotkey to the command in the global keybord settings of VS. Search for "VisualD.CompileAndDisasm". I have not predefined hotkeys to avoid breaking other people assignments. You can assign Ctrl+F7 just as well, though that might break compiling C++ files. Background compilation might be possible, but I avoided that for now to not cause spurious delays during editing due to the compilation. There will also be many failing builds. > Oh yeah, and the other thing was that every time I hit > Compile and Disassemble, it prompts me if I want to reload > the file. That's a bit annoying. Yeah, I noticed that, too, though it does not seem to happen every time. I'll have to figure out how to avoid that... --
