Todo additions
This commit is contained in:
parent
d937b937c9
commit
61f1518447
1 changed files with 5 additions and 2 deletions
|
|
@ -3,9 +3,12 @@ Attempt at writing an async outline/structure listing/navigator for files/module
|
|||
|
||||
# TODO
|
||||
- [ ] Syntax
|
||||
- [ ] Keywords
|
||||
- [ ] Operator precedence different colors
|
||||
- [ ] Indendation
|
||||
- [ ] Compiler support
|
||||
- [ ] Autocompletion
|
||||
- [ ] Make for errors
|
||||
- [ ] Autocompletion
|
||||
- [x] Nimsuggest
|
||||
- [x] Usages
|
||||
- [x] Jump to definition
|
||||
|
|
@ -21,7 +24,7 @@ Attempt at writing an async outline/structure listing/navigator for files/module
|
|||
- [ ] NimRenameSymbolProject
|
||||
|
||||
# TODO For advanced
|
||||
- [ ] Syntax with nim compiler highlight
|
||||
- [ ] Syntax with nim compiler highlight using matchaddpos ??
|
||||
- [ ] Outline with unite
|
||||
- [ ] Outline with proper tagbar
|
||||
- [ ] Usages with unite
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue