Next: Syntax Checking, Previous: Managing Imports, Up: Go-Mode Features   [Index]


A.4.3 Navigating Code

go-mode supports beginning-of-defun (‘C-M-a’) and end-of-defun (‘C-M-e’), two core Emacs functions for navigating between functions. Additionally, functions such as narrow-to-defun and mark-defun rely on these two functions.

You can also use Imenu to jump to specific function or type declarations.

  • Godef
  • Interacting with the Playground