Iron Python

Hello,

Does pycharm support IronPython code completion, namespace import and so on for IronPython code?

Recently was announce of IronPython suport. But i can't see it in editor. What can i do to obtain IronPython code completion and namespace import in PyCharm editor?

I use PyCharm as external powerful Iron Python scripts editor. And then second application is used for scripts running.

0
1 comment

Hello Vitalik,

In order for all of these features to work, you need to put the caret on

a CLR import reference (for example, 'import System') and invoke the quickfix

to generate stubs for the .NET assembly.

Does pycharm support IronPython code completion, namespace import and

so on for IronPython code?

Recently was announce of IronPython suport. But i can't see it in

editor. What can i do to obtain IronPython code completion and

namespace import in PyCharm editor?

I use PyCharm as external powerful Iron Python scripts editor. And

then second application is used for scripts running.

--

Dmitry Jemerov

Development Lead

JetBrains, Inc.

http://www.jetbrains.com/

"Develop with Pleasure!"

0

Please sign in to leave a comment.