deoplete-plugins / deoplete-plugins/deoplete-zsh
Function load by "source hoge.zsh" is not completion.
Open
- Dominant language
- Shell
- Stars
- 51
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
I’d like to ask you to add completion "function loaded by `source`".
---
開いているファイルにある関数を補完されますが、
`source`や`.`によって読み込まれた関数は補完されません。
なので、`source`などで読み込んだ関数も補完できるようにしてほしいです。
(Issue立てるのは初めてなので、何か問題があれば教えてください)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the completion logic that discovers functions from the currently open file, then trace how `source` and `.`-loaded functions are represented. Reproduce the missing completion with a sourced zsh file and verify that those functions become available without breaking completion for functions in the open file.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell, zsh
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100