4.2.2 Goto Node

Above each @node line in a Texinfo document, a code lens with text “Goto node in preview” is shown. On click, it makes the HTML preview jump to the corresponding location.

Note: @node lines allow @-commands, which is not handled in vscode-texinfo due to performance considerations. For these nodes, this feature does not work.

To disable this feature and hide the code lenses, switch off the configuation item texinfo.enableCodeLens.

See the Visual Studio Code User Guide for more information about CodeLens.