How to enable completion for generics ? #1068
Unanswered
iabdelkareem
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to enable the completion of generics? For example, in the image below I'm using omnisharp LSP with CMP for completion in neovim. I want to complete the type
List<T>
but when I hit complete (e.g., TAB) CMP only writesList
. I want it to writeList<|>
and place the cursor where the | is. Do you know how to achieve that? Thanks![X]https://i.imgur.com/KLu4WZw.png
Beta Was this translation helpful? Give feedback.
All reactions