Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Produce completion items with kind = Reference #363

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

artempyanykh
Copy link
Owner

@artempyanykh artempyanykh commented Nov 20, 2024

Stacked PRs:


feat: Produce completion items with kind = Reference

Previously, no kind was provided, which made editors treat these completions like 'Text' completions.

The problem with text completions is that they can be disabled by users due to their noise. Which then leads to confusion as to why Marksman's completion doesn't work in neovim or something.

Example config recommendation: https://github.com/hrsh7th/nvim-cmp/blob/5dce1b778b85c717f6614e3f4da45e9f19f54435/doc/cmp.txt#L663

Possibly fixes: #204

Previously, no kind was provided, which made editors treat these completions like 'Text' completions.

The problem with text completions is that they can be disabled by users due to their noise. Which then leads to confusion as to why Marksman's completion doesn't work in neovim or something.

Example config recommendation: https://github.com/hrsh7th/nvim-cmp/blob/5dce1b778b85c717f6614e3f4da45e9f19f54435/doc/cmp.txt#L663

Possibly fixes: #204

stack-info: PR: #363, branch: artempyanykh/stack/12
@artempyanykh artempyanykh merged commit 1a62211 into main Nov 20, 2024
3 checks passed
@artempyanykh artempyanykh deleted the artempyanykh/stack/12 branch November 20, 2024 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Completions by Marksman dont't work at all in Neovim (macOS)
1 participant