Daniel -
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
-
-
-
Daniel - created a post, AnsweredPyCharm keeps opening new Firefox tabs when restarting the debugger
PyCharm 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... -
Daniel - commented, -
Daniel - commented, -
-
Daniel - created a post, 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... -
Daniel - created a post, AnsweredHow to highlight selected text in entire document?
When 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 ... -
Daniel - created a post, 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...