
When I wrote code on python syntax editor, intelliprompt function is working well.
But variable added to the script or import packacge are not working.
How can I add intelliprompt?
When I wrote code on python syntax editor, intelliprompt function is working well.
But variable added to the script or import packacge are not working.
How can I add intelliprompt?
Hello,
Make sure you follow the steps in the "Getting Started" topic within the Python Language documentation. If you miss any of those steps then IntelliPrompt from other packages/modules might not work. Or if you already have done so, please tell us a specific example that we can try to see what you see.
For example import system or custom dll, add variable to script engine on python editor,
I want to see funtion of system, custom reference likes c# add on editor.
I looked around 'custom completion item matcher', that explain hard code intelliprompt, this way is ineffective.
I wish to register dll to editor, likely RegisterProjectAssembly() in c# add on editor
Document metioned extension methods, IModuleDefinition, ITypeDefinitionCollection, but I don't know How do I it properly...
And How do I expand "EditorCommands.RequestIntelliPromptAutoComplete" in python.
It's difficult to add CompletionItem to default session..
Hello,
The add-on as it's designed right now is made for pure Python 2.x and 3.x, meaning it can import modules via .py files and packages via folders that contain .py files. There isn't anything that would read .NET .dll files.
Are you trying to build an IronPython sort of language?
Yes, I try to build an ironpython.
Could you support that function - import dll, inteligence ??
Please log in to a validated account to post comments.