Prem Nair
Prem Nair
We're thinking about this problem now! Stay tuned in our [Discord](https://discord.gg/3XFf78nAx5) for updates. Note to our team: Will leave this issue open until we start putting general issues in our...
This is an interesting idea, cc @njiang747. Will have to be probably implemented at the AST level.
I've just implemented this. We'll test it and see if we should disable on comments by default. (If not, there should be a toggle.)
This is now available on the VS Code pre-release extension. If all goes well, I'll describe here how to make use of it in vim if anyone would like to...
It's just a server option.
https://github.com/Exafunction/codeium.vim/blob/d23654372ae4036a835192b98eeda9a9bb6a22c2/autoload/codeium/doc.vim#L115-L118 Here you will need to add `'disable_autocomplete_in_comments': v:true`, and then it should work on any language we have tree-sitter support for (see [here](https://github.com/Exafunction/codeium-parse#grammars) for a list).
Happy to accept a contribution for this setting, I imagine it's relatively straightforward to add. If anyone wants to mention us in the Copilot thread about this either, I wouldn't...
@nyngwang are you taking a look at nvim-cmp right now? (cc @sullivan-sean) IIUC the right interface for coc.nvim/coq.nvim is probably an LSP? We're evaluating this right now.
> > @nyngwang are you taking a look at nvim-cmp right now? > > Yes, I haven't finished it yet. Awesome, feel free to message in our Discord if you...
@nyngwang Appreciate the notes. Sounds like maybe it's best that this fall to us.