caktus / caktus/django-scribbler
Make autocomplete complete end to block tags
Open
- Dominant language
- Python
- Stars
- 114
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
For example, tab complete on {% comment %} should also fill out {% endcomment %} and move the cursor in the middle.
Contributor guide
Research direction
Start by locating the autocomplete implementation that handles Django template block tags, using {% comment %} and {% endcomment %} as the concrete case. Confirm that completing an opening block inserts its matching closing tag and places the cursor between them; verify the behavior with the project's existing checks or manual editor testing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- django, python
- Domain
- developer-experience
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100