我正在为Linux的新用户构建一个脚本,所以请理解我为什么这样问:)
我的脚本是这样运行的:
python script.py -f filename.txt
为此,我使用了optparse模块。但是,在进行制表符补全时,我注意到了以下几点。
当我执行以下操作时,制表符完成功能正常:
python script.py <tab completion> # Tab completion works normally as expected
但当我这样做时,它不起作用:
python script.py -f <tab completion> # No type of ta
有没有办法在Python语言中为import语句启用制表符补全?
示例:
$ cd test/
$ ls
mytest.py
$ python
Python 2.7.6 (default, Mar 22 2014, 22:59:56)
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import my<TAB>
>>> import sh
在使用Notepad++时,我过去只需输入<div> (不按tab或其他任何键),软件会立即添加结束标记,如下所示:<div></div>,将光标位置设置在两个标记之间。看起来Notepad++只是使用>键来触发自动补全,而我需要按tab或使用Sublime text 2中的自动补全框才能使其工作。
在Sublime text 2中有没有办法做同样的事情?我只想通过关闭开始标记而不按任何其他键来触发自动完成。
谢谢你的帮忙
假设我有一个外部命令fart,它支持其子命令的制表符补全。当您在命令行中键入fart <\tab><\tab>时,它会打印出如下内容
$ > fart █
do some things here
or other stuff there
但是,如果键入fart <\enter>,则会打印帮助文本
fart is a tool for doing things and stuff
U
将此行为进行比较,
df <- data.frame(a11111 = rnorm(5,0), b11111= rnorm(5,0))
df$a # pressing tab at this instance auto-completes a11111
df$a # hitting return at this instance returns the value for a11111
通过这种行为:
library(data.table)
dt <- data.table(df)
dt[,a # pressing tab at this instance does not aut
我需要些帮助。我完全被难住了。我正在尝试为自定义shell风格的程序编写自己的制表符补全模块(也是补全参数)。我可以用制表符补全命令,但参数给我带来了麻烦。有人可以写一个样例制表符完成模块给我看吗?
可用命令:' show ','exit','clear','ship‘,first arg:'ip','mac','options’,子参数IP:'external,'internal','local‘
最后,我希望能够:
My Prompt > sh<tab
在使用时,我似乎无法获得不区分大小写的补全。以这个示例脚本为例:
use strict;
use warnings;
use 5.010;
use Term::ReadLine;
my $term = Term::ReadLine->new('test');
say "Using " . $term->ReadLine;
if (my $attr = $term->Attribs) {
$term->ornaments(0);
$attr->{basic_word_break_characters} = "