|
|
|
|
|
by OJFord
1641 days ago
|
|
Tangential wish - I'd love it if someone figured out a good/generally working way of jumping to definition/references through a URL. E.g. from `axios.get(`/users/${currentUserId}`) in frontend code jump to `class UserSingleView: def get(self, user_id):` in the backend, and vice versa. |
|