{"id":16417578,"url":"https://github.com/vscode-django/vscode-django","last_synced_at":"2025-10-06T14:38:18.409Z","repository":{"id":37669352,"uuid":"136798189","full_name":"vscode-django/vscode-django","owner":"vscode-django","description":"Beautiful syntax and snippets for perfectionists with deadlines","archived":false,"fork":false,"pushed_at":"2023-12-27T16:25:15.000Z","size":845,"stargazers_count":172,"open_issues_count":118,"forks_count":40,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-11T07:12:33.087Z","etag":null,"topics":["django","hacktoberfest","jinja2","python","snippets","tera","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=batisteo.vscode-django","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vscode-django.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["batisteo"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":"batisteo","issuehunt":null,"otechie":null,"custom":null}},"created_at":"2018-06-10T10:10:15.000Z","updated_at":"2024-10-02T13:04:31.000Z","dependencies_parsed_at":"2024-10-11T07:12:18.539Z","dependency_job_id":"83a212d4-1607-4e7e-b301-026b3040d1c0","html_url":"https://github.com/vscode-django/vscode-django","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vscode-django%2Fvscode-django","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vscode-django%2Fvscode-django/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vscode-django%2Fvscode-django/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vscode-django%2Fvscode-django/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vscode-django","download_url":"https://codeload.github.com/vscode-django/vscode-django/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238397041,"owners_count":19465106,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django","hacktoberfest","jinja2","python","snippets","tera","vscode","vscode-extension"],"created_at":"2024-10-11T07:11:36.225Z","updated_at":"2025-10-06T14:38:13.361Z","avatar_url":"https://github.com/vscode-django.png","language":"TypeScript","funding_links":["https://github.com/sponsors/batisteo","https://liberapay.com/batisteo","https://www.paypal.com/paypalme/batisteo/5"],"categories":["TypeScript"],"sub_categories":[],"readme":"# Django extension for Visual Studio Code\n\n\u003e Beautiful syntax and scoped snippets for perfectionists with deadlines\n\n![Syntax with Gruvbox](images/vscode-django-syntax-gruvbox.png)\n\n## Features\n\n### Go to definition in templates\n\nCtrl+click (cmd+click on MacOS) or press F12 on the template path in a `include` or `extends` tag\nto jump to this template\n\n### Snippets\n\n- Support for selected text (when inserting snippet from the menu)\n- Support for copied text\n- No unnecessary new lines\n\n### Improved syntax\n\n- Adds the filetype `django-html`\n- Adds the filetype `django-txt` for email templates.\n- Better syntax with more operators and default keywords:\n  - Known default tags and filters\n  - Known templatetags namespace from contrib in the {% load %} tag\n  - Known keywords in tags, like: `as`, `asvar`, `with`, `trimmed`…\n- Syntax highlighting everywhere in your HTML document:\n  - In the HTML tag itself\"\n  - In the id, class or any attribute\n  - In inline CSS or Javascript code\n\n## Tricks\n\n### Gettext and internationalization\n\nDealing with `django.po` files?\nConsider installing the [Gettext extension](https://marketplace.visualstudio.com/items?itemName=mrorz.language-gettext) by MrOrz.\n\n### Emmet\n\nAdd the following item to the **Emmet: Include Languages** settings:\n\n| Item          | Value  |\n| ------------- | ------ |\n| `django-html` | `html` |\n\n## Sponsors\n\n- [tpberntsen](https://github.com/tpberntsen)\n- [moving-content](https://github.com/moving-content)\n\n[![Paypal](https://img.shields.io/static/v1?label=Paypal\u0026message=€66\u0026logo=Paypal\u0026color=009cde\u0026link=https://www.paypal.com/paypalme/batisteo/5)](https://www.paypal.com/paypalme/batisteo/5)\n[![Github Sponsor](https://img.shields.io/static/v1?label=Sponsor\u0026message=6%C2%A0%E2%9D%A4\u0026logo=GitHub\u0026color=ea4aaa\u0026link=https://github.com/sponsor/batisteo)](https://github.com/sponsor/batisteo)\n\n## Contributing\n\n### Issues\n\nSomething odd? New feature request?\nPlease [create an issue on Github](https://github.com/vscode-django/vscode-django/issues/new).\n\n### Setup\n\n```bash\ngit clone https://github.com/vscode-django/vscode-django\ncd vscode-django\nnpm install\ncode .\n```\n\nIt’s better to have [TSlint](https://marketplace.visualstudio.com/items?itemName=eg2.tslint) installed.\n\n### Launching the extension debugger\n\nMake sure you have this snippet in `.vscode/launch.json`:\n\n```javascript\n{\n  \"version\": \"0.2.0\",\n  \"configurations\": [\n    {\n      \"name\": \"Extension\",\n      \"type\": \"extensionHost\",\n      \"request\": \"launch\",\n      \"runtimeExecutable\": \"${execPath}\",\n      \"args\": [\n        \"--extensionDevelopmentPath=${workspaceFolder}\"\n      ]\n    }\n  ]\n}\n```\n\nPress \u003ckbd\u003eF5\u003c/kbd\u003e or click on Debug then Start (▶️) to launch the extension host window.\n\nHack around\n\nPress \u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003eShift\u003c/kbd\u003e + \u003ckbd\u003eF5\u003c/kbd\u003e or 🔄 to reload.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvscode-django%2Fvscode-django","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvscode-django%2Fvscode-django","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvscode-django%2Fvscode-django/lists"}