Skip to content

Auto complete and explainError #166

Closed Answered by mrcjkb
bugb asked this question in Q&A
Jan 17, 2024 · 4 comments · 1 reply
Discussion options

You must be logged in to vote

Auto completions

This plugin doesn't add support for auto completions to Neovim.

You have a few choices for that:

  • Use Neovim's built-in omni completion, by typing <C-X><C-O> (ctrl+x, then ctrl+o) in insert mode, and using <C-N> and <C-P> to navigate.
    This supports basic LSP completions, but not autocompletion.
  • For autocompletion, you need a plugin, for example nvim-cmp + an LSP completion source.

explainError

This is the expected behaviour. explainError looks for error diagnostics that have an error code.
If there are none, it will tell you that there were no explainable errors found.

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by mrcjkb
Comment options

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

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
3 participants
Converted from issue

This discussion was converted from issue #165 on January 17, 2024 06:51.