Some of the details of the IronPython support are on the PyCharm blog:
IronPython support. It includes the possibility to generate Python stubs for .NET assemblies, but for performance reasons the generation isn’t performed on project opening and needs to be triggered manually (press Alt-Enter on an import statement).
This will allow for code-completion (intellisense) to work for IronPython code in the PyCharm IDE.

No comments:
Post a Comment
Note: only a member of this blog may post a comment.