Jump to definition not under cursor #4333
Unanswered
gonsolo
asked this question in
Q&A - Ask for help with problems
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With ctags I can jump to definitions under the cursor with Ctrl-] and to an arbitrary one with
:tag SomeTypeOrVariable
.I managed to do the former with
autocmd FileType cpp nnoremap <C-]> :ALEGoToDefinition<CR>
, how can I add the latter?Beta Was this translation helpful? Give feedback.
All reactions