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:
- Is this caused by a configuration issue on my side, or is this feature currently unsupported on macOS?
- Are there any recommended alternatives or workarounds for navigating to definitions while using LINQPad on macOS?
Thank you.
Best Answer
-
Util.Bashis 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
-
I've now added a basic decompiler to the macOS build in 9.9.2, as a substitute for ILSpy. Let me how you get along.
-
Thanks for your response. This is great news. For me, this is fantastic. I’ve already started using it, and it works really well so far
