Skip to content

View source code #199

Answered by davidgranstrom
maxdiebold asked this question in Q&A
Sep 18, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Are you using the HelpBrowser (GUI) or the built-in help inside nvim?

Viewing the definition of a keyword is otherwise a built-in feature of nvim once you have generated a tags file. Starting scnvim and running the command :SCNvimGenerateAssets will do this for you. After this you can jump to the implementation for the word under the cursor with C-] and then use C-o to jump back to where you were. Also take a look at gC-] if there are multiple definitions of the keyword (often the case with methods). Also see :h CTRL-] for a detailed explanation.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@maxdiebold
Comment options

Answer selected by maxdiebold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants