
I'm using the Python language with SyntaxEditor, and I saw in the forum that support for IntelliPrompt on .pyd
files (especially for packages like numpy
) is on your TODO list. Is there any specific timeline or roadmap available for this feature?
Also, I understand that it's possible to override the PythonCompletionProvider
to implement completion for runtime objects.
Could you provide an example of how to achieve this?
Thanks in advance!