Autocompletion only partially working #7804
Answered
by
svlandeg
boehm-e
asked this question in
Help: Other Questions
-
Beta Was this translation helpful? Give feedback.
Answered by
svlandeg
Apr 15, 2021
Replies: 2 comments
-
Hi! As a maintenance note: this is a good question for the discussions forum, so I'll move it there. The original issue will be closed and will link through to the open discussion thread. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think it may depend on whether or not your IDE can work with the Cython API. Because With Pycharm (professional license), I do get the autocompletion: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
polm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it may depend on whether or not your IDE can work with the Cython API. Because
Doc
etc are defined inpyx
files rather than "normal".py
files.With Pycharm (professional license), I do get the autocompletion: