Beef
Beef copied to clipboard
[Enhancement] Double clicking on full path in the Output Window opens that file
eg. clicking line in output window:
C:\beefsrc\extern\llvm_project_11_0_0\llvm\include\llvm\ADT\DenseMap.h(16,10): fatal error C1083: Cannot open include...
would open that DenseMap.h and the line specified in the error
as a side note, I was getting these weird errors a lot because I had a typo: I had folder named llvm_project_11_0_0 instead of llvm-project_11_0_0 (was using zip's instead of git)