Replies: 1 comment
-
You'll need a completion plugin that supports fuzzy matching. I think https://github.com/hrsh7th/nvim-cmp support client side fuzzy matching. Eclipse.jdt.ls does have limited server side fuzzy matching support, but in your example I think it would've filtered the candidate out as well. https://github.com/mfussenegger/nvim-lsp-compl is a plugin that supports server side fuzzy matching. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Missing WebSocketSession in the completion list.
Beta Was this translation helpful? Give feedback.
All reactions