Question on Auto-Completion

Hi,

I am evaluating the phython plugin 2.0 for our company's Jython script development.  The auto-completion works great for Java API, however, I am not able to get auto-completion works for Python functions.  For instance, if I type "123". and then press Ctrl+Alt+Space, I am not able to bring a list of functions for the string instance.  Even if I do:

a = "123"

a.

The auto-completion dialog doesn't show up.  Is this the current limitation? Or I am not configure something correctly?

Any help is greatly appreciated.  Thanks,

--Gary

0
3 comments

Hello Gary,

I am evaluating the phython plugin 2.0 for our company's Jython script

development.  The auto-completion works great for Java API, however, I

am not able to get auto-completion works for Python functions.  For

instance, if I type "123". and then press CtrlAltSpace, I am not

able to bring a list of

functions for the string instance.  Even if I do:

a = "123"

a.

The auto-completion dialog doesn't show up.  Is this the current

limitation? Or I am not configure something correctly?

In the current version of the plugin, Python code needs to reside under a

separate module with the Python SDK assigned. If you have Python files in

a regular Java module with a Java SDK, completion for Python methods will

not be supported.

--

Dmitry Jemerov

Development Lead

JetBrains, Inc.

http://www.jetbrains.com/

"Develop with Pleasure!"

0

sounds like the python inerpreter is not set correctly.

0

Thanks for sharing. it's great.

[url=http://pret-auto.org][color=#B2B2B2][u]pret auto[/u][/color][/url]

0

Please sign in to leave a comment.