There is some problem with python in the IDE
intellisense problem:
1st, it don’t support pylance language server extension and the Pyrefly - Python Language Tooling extension (the default) not working properly, it importing same module twise automatically when I’m just using a module name and then pressing ‘enter’ key it importing the module but it importing a same module twise, means 2nd time it’s not detecting that the module has already impoted. I request to allow pylance support for language server.
like:
import requests
import requests
e = requests.get("https://google.com")
r = requests.get("https://example.com")
r2 = requests.post("https://api.example.com/post")
so please fix it fast.
2nd is the main problem with the python environments extension:
python environments is not compatible with the IDE, and because of that it can’t resolve the interpreter path.
so I request you to please fix both the problem fast, as this makeing python developent difficult.