Intellisense for pyx file #11817
Unanswered
Greg7000
asked this question in
Help: Coding & Implementations
Replies: 1 comment 3 replies
-
I don't use VSCode, but it may help to know that the pyx file is Cython - a search for Cython support in VSCode shows that there have been some attempts at support, like this one: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Anybody knows how to get intellisense for pyx in Vscode?
For example:
from spacy.matcher import Matcher
Since matcher is a pyx file, vscode intellisense (Pylance) is unable to link to source with ctrl+click, so there is no highlight on Matcher so I can't quickly access doc related to Matcher in my IDE which is frustrating.
Do you know anyways around this?
Beta Was this translation helpful? Give feedback.
All reactions