vscode-django icon indicating copy to clipboard operation
vscode-django copied to clipboard

Beautiful syntax and snippets for perfectionists with deadlines

Results 135 vscode-django issues
Sort by recently updated
recently updated
newest added

Please add choice fields snippets

Hi there. I have a problem, sometimes ago when I was working on templates and I use `translate` tag, by typing part of the tag name (`tra...`) the vscode auto...

Type: Bug Impossible d'avoir de l'auto-complétion quand on veut faire du html. Extension version: 1.15.0 VS Code version: Code 1.88.1 (e170252f762678dec6ca2cc69aba1570769a5d39, 2024-04-10T17:41:02.734Z) OS version: Windows_NT x64 10.0.19045 Modes: System Info...

am facing an issue see this This is what i typed ``` Grant access ``` But when i saved this appears ``` Grant access ``` **Hope you noticed the {{...

Type: Bug prevents vs code from recognizing .py files as python source code files, instead recognizing them as binary text files Extension version: 1.15.0 VS Code version: Code 1.87.2 (863d2581ecda6849923a2118d93a088b0745d9d6,...

Type: Bug prevents vs code from recognizing .py files as python source code files, instead recognizing them as binary text files Extension version: 1.15.0 VS Code version: Code 1.87.2 (863d2581ecda6849923a2118d93a088b0745d9d6,...

Type: Bug prevents vs code from recognizing .py files as python source code files, instead recognizing them as binary text files Extension version: 1.15.0 VS Code version: Code 1.87.2 (863d2581ecda6849923a2118d93a088b0745d9d6,...

When using the {% with %} templating tag it add whitespace when assigning the variable a value, for eg, it should be {% with var=value %} but the extension turns...