Editor layout shifts/jumps when Roslyn lightbulb toggles (v9.7.13)
Hi,
I’m experiencing a frustrating issue in LINQPad 9.7.13 (ARM64) where the editor layout "shifts" or "jumps" horizontally while typing.
This happens because the Roslyn lightbulb icon (Quick Actions) toggles on and off in the left margin based on the current compilation state (specifically triggering on CS0246 - The type or namespace name could not be found). Every time the lightbulb appears or disappears, the margin width changes, causing the code text to jump back and forth.
Is there a way to:
Make the glyph margin/gutter a permanent width so it doesn't shift the text?
Or, a setting to disable the lightbulb icons entirely?
Thanks!
Best Answer
-
This problem seems to be occuring only when in "Expression" mode.
The solution was easy then, I just switched to "Statement" or "Program".