pylint completion is very noisy
Hi if I enter pylint <TAB><TAB> I get a list of 402 possible completions including python library files but I have only one .py file in the current directory. I wonder if this is useful for anybody at all. If somebody develops library code, she will be in the directory for that code and normally not be interested in any other libraries. Is this behaviour intended? Why? Or should I file a bug report? No config file found, using default configuration pylint 2.0.0, astroid 1.5.0 Python 3.5.2+ (default, Sep 22 2016, 12:18:14) [GCC 6.2.0 20160927] -- Wolfgang
* Wolfgang Rohdewald <wolfgang.kde@rohdewald.de> [2017-03-05 11:15:58 +0100]:
Hi
if I enter
pylint <TAB><TAB>
I get a list of 402 possible completions including python library files
but I have only one .py file in the current directory.
I only get python files in the current directory. What OS/distribution and what shell are you using? Florian -- http://www.the-compiler.org | me@the-compiler.org (Mail/XMPP) GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc I love long mails! | http://email.is-not-s.ms/
Am Sonntag, 5. März 2017, 21:14:48 CET schrieb Florian Bruhin:
* Wolfgang Rohdewald <wolfgang.kde@rohdewald.de> [2017-03-05 11:15:58 +0100]:
Hi
if I enter
pylint <TAB><TAB>
I get a list of 402 possible completions including python library files
but I have only one .py file in the current directory.
I only get python files in the current directory.
What OS/distribution and what shell are you using?
kubuntu 16.10 GNU bash, Version 4.3.46(1)-release (x86_64-pc-linux-gnu) I thought the bash completion file comes with pylint but it does not, it is package bash-completion. Bug filed: https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/1670192 -- Wolfgang
participants (2)
-
Florian Bruhin
-
Wolfgang Rohdewald