-
-
Notifications
You must be signed in to change notification settings - Fork 374
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
Inconsistent behavior for "import" keyword in Python #775
Comments
Is this related with the timeout that import is only written after a certain amount of microseconds? You might just experiment with that one and set it to zero (so the behavior is consistent). |
I'll try it and will update you here. |
Unfortunately it didn't work, this is "JediDebugInfo" right after a
|
Looks like a bug / conflict with something else. |
Please check again if this is still an issue. Some things have changed and I have never seen this bug (I'm using the feature). |
I guess it's safe to close this issue considering I haven't seen any inconsistency recently. I'll reopen again if I see any inconsistency regarding this issue. |
Issue
With
g:jedi#smart_auto_mappings
set to 1 sometimes when I writeit automatically adds
import
and I end up withbut sometimes it opens a completion menu and I should select
import
(it's the only option.)Any idea how can I make it consistent? (I prefer first case.)
I'm using
nvim-completion-manager
This is the issue I opened there for reference: roxma/nvim-completion-manager#189
Steps to reproduce
Output of “:verbose JediDebugInfo”
The text was updated successfully, but these errors were encountered: