VSCode: [Django] How to navigate to the desired file via urls includes ike PyCharm
How to realize it so that when I click on urls
inside includes
, it moves to the desired file like PyCharm
I've already installed vscode extensions Pylance and Django
Your question is a bit confusing to me but if you want to go to the link on clicking the url you can do so by holding the "ctrl" key on your keyboard and clicking on the url simultaneously.