GoDoc Tooltip/Popups
Hello,
Is it possible to enable Godoc popups/tooltips for methods/functions when hovering over a method call? Similar to viewing the inline C# documentation in Rider.
Currently, I have to 'go to implementation' to view the Godoc from the source code of the method being called.
Also, it is possible to enable automatic generation of Godoc stubs for methods? e.g. '// Foo...' when creating the method 'Foo'.
Thanks
Please sign in to leave a comment.
For documentation popup enable the 'Show quick documentation on mouse move' option at 'File | Settings | Editor | General'.
Editor provides a quick fix which generates a missing comment for exported functions and methods.