Using fixed-width font in IL+Native window?

sdflysha
edited May 2021 in General

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 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.

  • sdflysha
    edited May 2021

    How about using Consolas for big monitors, like 4K+?