jayli / jayli/vim-easycomplete
import 的函数补全时有括号
Open
- Dominant language
- Vim Script
- Stars
- 436
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
如图所示,这个时候应该补全的是`from sklearn.datasets import make_blobs`

Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the completion behavior for `from sklearn.datasets import make_blobs` in the Vim plugin and trace the Python import-completion path. The work is done when completing the imported function inserts `make_blobs` without parentheses, matching the expected import shown in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, vim
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100