I am using sublime now and want to switch to the vscode but one functionality of sublime holding me so far.
In the posted image below left side is test.js and right side is view.py having simple test_view definition.
If I use go to definition on the "test_view" (at line url: "/test_app/test_view/"+$routeParams.id) in the JS, sublime redirects to the test_view definition of the Django view.
I am looking similar functionality/configuration in the VSCode.
from VSCode: "Go to definition" from JS url (view url) to the Django view

No comments:
Post a Comment