Open mak448a opened 2 months ago
Hey @mak448a, I'm not actually able to reproduce this:
What does your directory tree look like and what happens if you restart the language server with editor: restart language server
?
Still happens. It did take a bit to reappear though.
The files are in a folder called src
. When I opened the folder src
as a project, the autocomplete works fine. It's only bugging out when it's in the subfolder. @JosephTLyons
Check for existing issues
Describe the bug / provide steps to reproduce it
Make a file called
licenses.py
with a class named "LicensesUI." Import that class from a file calledmain.py
. It should have squiggly underlines sayingPyright: "LicensesUI" is unknown import symbol
.If needed, here's some dummy content for you to try with.
main.py
licenses.py
Environment
Zed: v0.149.3 (Zed) OS: Linux Wayland fedora 40 Memory: 15.1 GiB Architecture: x86_64 GPU: Intel(R) UHD Graphics 620 (KBL GT2) || Intel open-source Mesa driver || Mesa 24.1.6
Zed Settings
If applicable, add mockups / screenshots to help explain present your vision of the feature
No response
If applicable, attach your Zed.log file to this issue.
No response