How to change the link target in the tooltip?
Hello, I am using GoLand v2026.1.4 Trial Version. When I mouse over a function, GoLand displays a tooltip with a link to pkg.go.dev.
I want to change it so that the link points to my local pkgsite instance instead of the remote "pkg.go.dev".
Many free editors use gopls, which supports the linkTarget option.
https://go.dev/gopls/settings#linkTarget
(Currently, it has one issue: it doesn't allow specifying an http link and only supports https.)
I couldn't find a similar parameter in GoLand.

Please sign in to leave a comment.
Thanks for the question and the screenshot.
GoLand does not currently provide a setting to change where that documentation link points, so it always opens pkg.go.dev. Other users have asked for the same option, and it is tracked as a feature request here: [GO-2516](https://youtrack.jetbrains.com/issue/GO-2516).
You can vote and comment on that issue to follow its progress. This article explains how voting and watching work: [Watching YouTrack issues](https://intellij-support.jetbrains.com/hc/en-us/articles/207241135).
Feel free to reach out if you have any other questions.