You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Import works pretty bad, the same pyright in neovim handles all the problems that arise with pylance vscode.
The project is big, some of the logs at the bottom are cut off, which are repeated and there is just an indexing of the project files.
Expected behavior
Import hints from libraries in the environment (such as Django) should work as a quick fix.
Improt model hints from nearby modules should work automatically as a quick fix
The import hint for libraries installed in Pipenv does not work at all, while the interpreter is installed correctly and go to defenition works flawlessly if the path is already spelt out for the library:
example: from django.db import models
does not underline, go to defenition works.
but if you remove the import, it won't show up when you hover over models. class MyAwesomeClass(models.Model):
Just as bad work tips on imports from the project itself.
Either they do not see everything, or there are no import prompts until I open the file in which the class I need.
Environment data
Info
Hi! Thank you for your work, you're doing a great job.
But to completely switch to VSCODE, I miss the prompts of the improts.
I have this problem on both the latest Fedora and WSL, I have tried all the prompts I found on the internet and they have not solved my problem.
Such as:
#673
https://stackoverflow.com/questions/50389852/visual-studio-code-intellisense-not-working
https://dev.to/climentea/how-to-solve-pylance-missing-imports-in-vscode-359b
TL;DR:
Import works pretty bad, the same pyright in neovim handles all the problems that arise with pylance vscode.
The project is big, some of the logs at the bottom are cut off, which are repeated and there is just an indexing of the project files.
Expected behavior
.vscode/settings.json:
Actual behavior
example:
from django.db import models
does not underline, go to defenition works.
but if you remove the import, it won't show up when you hover over models.
class MyAwesomeClass(models.Model):
Either they do not see everything, or there are no import prompts until I open the file in which the class I need.
Logs
attached as a file, as they are large
pylance-logs.txt
The text was updated successfully, but these errors were encountered: