We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I filed this issue with deoplete-jedi, which a project maintainer said it's a jedi issue and closed it.
deoplete-jedi
deoplete-plugins/deoplete-jedi#200
I haven't interacted with jedi much directly, so I'm not sure how to properly test, but the summary is that autocomplete works with
x = np.ndarray([1, 2, 3]) x. #autocomplete works y = np.array([1, 2, 3]) y. #autocomplete doesn't work
I'm working on macOS and using neovim.
The text was updated successfully, but these errors were encountered:
I think this issue can be closed, what I ended up doing was installing numpy doc to my neovim virtualenv.
Sorry, something went wrong.
No branches or pull requests
I filed this issue with
deoplete-jedi
, which a project maintainer said it's a jedi issue and closed it.deoplete-plugins/deoplete-jedi#200
I haven't interacted with jedi much directly, so I'm not sure how to properly test, but the summary is that autocomplete works with
I'm working on macOS and using neovim.
The text was updated successfully, but these errors were encountered: