Go To Definition feature is not working on macOS

Hi, I’m currently using LINQPad version 9.8.11 on macOS 15.6.1 (Build 24G90).

I noticed that the F12 - Go To Definition feature is not working on my setup when clicking symbols/types.

I would like to ask:

  1. Is this caused by a configuration issue on my side, or is this feature currently unsupported on macOS?
  2. Are there any recommended alternatives or workarounds for navigating to definitions while using LINQPad on macOS?

Thank you.

Best Answer

  • JoeAlbahari
    Answer ✓

    Util.Bash is an external symbol (defined in LINQPad.Runtime). LINQPad uses ILSpy to resolve these, which is not available on macOS. I'll look into whether we can provide a simple decompilation of just the type in question.

Answers