Goland --- "Go to implementation" just opens up the file but doesn't scroll up to the definition

30 Views Asked by At

Using "Go to implementation" or "Cmd + Left Click" on a function usage opens up the file, but doesn't automatically scroll to the function definition. It used to work fine, but suddenly started breaking one day.

OS: MacOS
IDE: Goland

1

There are 1 best solutions below

0
Arpit On

Well a plugin was causing this issue --- https://plugins.jetbrains.com/plugin/16429-idea-resolve-symlinks. Disabling it fixed the code navigation.