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
{{ message }}
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.
Add new import:
from django.http import HttpResponse <- Click on "Go to definition from context menu"
...http/init.py will be opened
from django.http.cookie import SimpleCookie, parse_cookie <- Click on "Go to definition"
Nothing happens
This is currently by design. We do not preserve content, AST (parse tree) or navigation information within libraries in order to conserve memory. It can be made an option if memory consumption is not a concern.
Environment data
Expected behaviour
Go to definition should work for venv files as well.
Actual behaviour
Setup env:
Steps to reproduce:
Create new file main.py
Add new import:
from django.http import HttpResponse <- Click on "Go to definition from context menu"
...http/init.py will be opened
from django.http.cookie import SimpleCookie, parse_cookie <- Click on "Go to definition"
Nothing happens
Logs
https://gist.github.com/aliev/c1cbeb1c9a9e687796e70ed297eecc0b
The text was updated successfully, but these errors were encountered: