Using fixed-width font in IL+Native window?
LINQPad IL+Native contains a lot of code, so I believe we should using fixed-width font here, like Consolas
/Cascadia Code
Current font is: Segoe UI
LINQPad IL+Native contains a lot of code, so I believe we should using fixed-width font here, like Consolas
/Cascadia Code
Current font is: Segoe UI
Comments
It uses a proportional font to help fit three columns side-by-side. Consolas ends up causing more wrapping, especially on laptops. Also, with the IL and native assembly columns, a table ensures that the instruction and operand columns line up perfectly.
How about using
Consolas
for big monitors, like 4K+?