Analysis updated 2026-07-17 · repo last pushed 2011-04-13
Type template tag shortcuts like "for" and tab instead of writing full loop syntax.
Auto-complete Django model field definitions like CharField, DateField, and ForeignKey.
Quickly insert common field options like blank, null, default, and verbose_name.
Speed up writing Django form field definitions.
| skevy/django4st2 | 0xkinno/neuralvault | 0xmayurrr/ai-contractauditor | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | — | TypeScript | TypeScript |
| Last pushed | 2011-04-13 | — | — |
| Maintenance | Dormant | — | — |
| Setup difficulty | easy | hard | easy |
| Complexity | 1/5 | 4/5 | 2/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires Sublime Text 2 specifically, and the README doesn't explain setup beyond copying files.
This is a plugin for Sublime Text 2 (an older text editor) that makes it easier to write Django code, a popular Python web framework. When you install it, you get access to hundreds of keyboard shortcuts and auto-completions that let you type Django syntax much faster. The main benefit is speed. Instead of typing out {% for item in items %} {% endfor %} every time you need a loop in a Django template, you can just type "for" and hit tab, and the full syntax appears. The plugin includes shortcuts for all the common Django template tags (like blocks, conditionals, and includes), model field definitions (like CharField, DateField, ForeignKey), form field definitions, and useful Django view functions. There's also an auto-complete list of common field options like "blank," "null," "default," and "verbose_name." Installation is straightforward: you clone the repository and copy its contents into your Sublime Text 2 packages folder, which varies by operating system. Once installed, whenever you're working on a Django project in the editor, these shortcuts are available instantly. This would be most useful for Django developers who spend time writing templates, models, and forms and want to reduce repetitive typing. If you're building a Django website and find yourself writing the same field definitions or template syntax over and over, a snippet plugin saves real time across a project. That said, the README doesn't describe any setup beyond installation or explain what Sublime Text 2 is, so it's aimed at people who already use that editor.
A Sublime Text 2 plugin that adds keyboard shortcuts and auto-complete snippets for writing Django template tags, model fields, and forms faster.
Dormant — no commits in 2+ years (last push 2011-04-13).
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.