Daniel Hahler

Results 1440 comments of Daniel Hahler

> WARNING: $VIRTUAL_ENV exists but appears to be inactive. This could lead to unexpected results This means it is not using the virtualenv's `python` (which might be fine of course)....

_maybe_ you are running into an issue where the host (3.6) cannot handle syntax for the venv (3.7)?

@cbows And `JediDebugInfo` says that it uses your env then? From your initial output (where it looks like it), but please make sure that's still the case: > ##### Jedi...

@cbows For what it's worth, this would have been better off in a new issue.

@cbows Ok, cool. For reference: https://github.com/ncm2/ncm2-jedi/issues/23

> I'm not even sure where all of that stuff comes from. Most things have not been added by me, but by people that wanted a certain behavior. I therefore...

> I agree with you that we should probably make the buffer option `jedi#use_tabs_not_buffers=0` the default. Done in https://github.com/davidhalter/jedi-vim/pull/430.

I still don't get why you would want that "goto" opens a new tab or (and that's more irritating) jumps to some existing tab (where multiple windows might be opened)....

@Flimm Thanks for your feedback. 1. > If I type from os, I don't want the plugin to automatically type import for me, even after a delay The set `g:jedi#smart_auto_mappings...