I have a code base running on Python 3.10. I have tried pylsp, pyright & ruff but the moment I try and use something Django, The auto completions doesn’t exist.
Users.objects()
? No completions or LSP documentations. Is this normal for python?
I have tried Golang, NodeJS and even C. It gives me atleast something to work with. Even to know type of a variable, I need to print with type()
.
Just want to know if there’s something that I can do to make things easier.
submitted by /u/akza07
[link] [comments]
r/learnpython I have a code base running on Python 3.10. I have tried pylsp, pyright & ruff but the moment I try and use something Django, The auto completions doesn’t exist. Users.objects() ? No completions or LSP documentations. Is this normal for python? I have tried Golang, NodeJS and even C. It gives me atleast something to work with. Even to know type of a variable, I need to print with type(). Just want to know if there’s something that I can do to make things easier. submitted by /u/akza07 [link] [comments]
I have a code base running on Python 3.10. I have tried pylsp, pyright & ruff but the moment I try and use something Django, The auto completions doesn’t exist.
Users.objects()
? No completions or LSP documentations. Is this normal for python?
I have tried Golang, NodeJS and even C. It gives me atleast something to work with. Even to know type of a variable, I need to print with type()
.
Just want to know if there’s something that I can do to make things easier.
submitted by /u/akza07
[link] [comments]