rescript-lang / rescript-lang/vim-rescript
Omni completion doesn't work: complete/completion mismatch
Open
Nobody has claimed this yet.
- Dominant language
- Vim Script
- Stars
- 164
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
vim-rescript tries to use complete:
The underlying rescript-editor-analysis.exe expects completion:
https://github.com/rescript-lang/rescript-vscode/blob/master/analysis/src/Cli.ml#L66
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in autoload/rescript.vim at the linked omni-completion call, then compare its command with the rescript-editor-analysis CLI entry point referenced in the issue. Done means the Vim completion request uses the analyzer's expected command and omni completion works successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- vim
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100