Can this be enabled to show line numbers only within a "code fence"?
For example...
...
$code = '
[DllImport("kernel32.dll")]
public static extern IntPtr VirtualAlloc(IntPtr lpAddress, uint dwSize, uint flAllocationType, uint flProtect);
...
I'd love to be able to reference a specific line of code.