Skip to content

Commit bf891dd

Browse files
add some example pictures of two features implemented
1 parent 076b36c commit bf891dd

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ A language server for the Django web framework.
2424
## Features
2525

2626
- [x] **Completions** - Template tag autocompletion with snippets
27+
![Completions](./docs/assets/autocomplete.png)
2728
- [x] **Diagnostics** - Real-time error checking and validation
29+
![Diagnostics](./docs/assets/diagnostics.png.png)
2830
- [ ] **Go to definition** - Jump to template, block, or variable definitions
2931
- [ ] **Find references** - See where templates and blocks are used
3032
- [ ] **Hover** - View documentation and type info on hover

docs/assets/autocomplete.png

455 KB
Loading

docs/assets/diagnostics.png

494 KB
Loading

0 commit comments

Comments
 (0)