Replies: 1 comment 2 replies
-
|
I guess it's an LSP issue (Intelephense Premium?). Please post the debug output for this completion item. To do so, add the keybind below, and while selecting the PHPDoc item, type opts = {
keymap = {
-- ...
["<C-g>"] = { function() vim.print(require("blink.cmp.completion.list").get_selected_item()) end,
}
} |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My file looks like this before I go into insert mode:
And then I start typing
/**, and I get the autocompletion for the docblock:Then if I enter on the suggestion, I get this in my buffer:
The whole
postsfunction has disappeared. 👀Beta Was this translation helpful? Give feedback.
All reactions