Daniel -
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
Created PyCharm keeps opening new Firefox tabs when restarting the debugger
AnsweredPyCharm keeps opening new Firefox tabs when restarting the debugger, instead of reusing the existing tab. This becomes really annoying, when debugging a complex problem. When PyCharm opens a tab in... -
Created How to apply HTML attribute rearrangements?
I'm editing a HTML file (Django) and want to rearrange the attributes of all elements. I tried "Reformat Code" and also the context options, but it doesn't do anything. How can I make it work? This... -
Edited How to highlight selected text in entire document?
AnsweredWhen selecting text in a document within VS Code, it highlights all other occurences in the document. This is immensely helpful to compare lines of code on the fly. https://i.imgur.com/GaIgVYL.mp4 ... -
Created Django template variable completion not working
Django template variable completion is not working for me. No suggestions for{{ ca...{{ ca<ctrl-spacebar>{{ car.<ctrl-spacebar>views.pydef index(request): car = Car.objects.get(pk=1) return r...