Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/280.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/excel/24.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 在groovysh中启用intellisense_Python_Groovy_Command Line_Groovyshell - Fatal编程技术网

Python 在groovysh中启用intellisense

Python 在groovysh中启用intellisense,python,groovy,command-line,groovyshell,Python,Groovy,Command Line,Groovyshell,是否可以在groovysh中启用intellisense,类似于python提供的内容 代码完成特性在groovysh中根本不起作用 到目前为止,有一个神话是命令箭头不起作用。但是在参考文档并使用下面的命令之后,他们正在Windows10中工作 groovysh --terminal=none 类似地,代码完成还有什么选择吗?我找到了另一种选择。如果使用Windows Powershell,代码完成在groovy中工作。您可以键入任何命令并使用tab来完成代码编写。它在普通命令shell上不起

是否可以在groovysh中启用intellisense,类似于python提供的内容

代码完成特性在groovysh中根本不起作用

到目前为止,有一个神话是命令箭头不起作用。但是在参考文档并使用下面的命令之后,他们正在Windows10中工作

groovysh --terminal=none

类似地,代码完成还有什么选择吗?

我找到了另一种选择。如果使用Windows Powershell,代码完成在groovy中工作。您可以键入任何命令并使用tab来完成代码编写。它在普通命令shell上不起作用

我在Powershell(使用groovysh)中发现的唯一折衷是:箭头键不起作用。但是,您可以使用Ctrl-P和Ctrl-N