Go doc comments in quick documentation

Support for links, lists, and new headings in doc comments.

Tip Screenshot

Go 1.19 has added support for links, lists, and new headings in doc comments. Now GoLand also supports these new features.

Clicking on doc links leads to the referenced element while clicking on a text link leads to a text-link definition.

Both text and doc links are rendered as links in the Quick Documentation popup and the Documentation tool window.

Headings (#) and lists (*, +, 1.) are also supported.

How to use:

To see documentation about an element in your code, hover the mouse over the element or click it and press F1 (macOS) / Ctrl+Q (Windows/Linux). To open documentation in the Documentation tool window, press F1 (macOS) / Ctrl+Q (Windows/Linux) twice.


Related Resources

Changing the font size in the editor
Use a keyboard shortcut to change the font size in the editor.
Quick Documentation
View documentation for any symbol without interrupting your workflow.
Perform simple math in Search Everywhere
Quickly perform simple math operations from the comfort of your IDE.