Update preffered cursor column for edits properly
This commit is contained in:
22
README.md
22
README.md
@@ -6,23 +6,23 @@ A TUI IDE.
|
||||
|
||||
# TODO
|
||||
|
||||
- [ ] Add `hooks` in files that can be set/unset/jumped to.
|
||||
- [ ] Add support for text selection (slect range / all).
|
||||
- [ ] Make function to get selected text. (selection itself is done)
|
||||
- [ ] Add modes for editing - insert, select, normal, etc.
|
||||
- [ ] Add line numbers.
|
||||
- [ ] Add bg highlight for current line.
|
||||
- [ ] Add support for copy/cut/paste.
|
||||
- [ ] Add support for ctrl + arrow key for moving words.
|
||||
- [ ] Add support for ctrl + backspace / delete for deleting words.
|
||||
- [ ] Add underline highlight for current word and all occurences.
|
||||
- [ ] Add bg highlight for current line.
|
||||
- [ ] Add line numbers.
|
||||
- [ ] Add support for copy/cut/paste.
|
||||
- [ ] Add mouse support.
|
||||
- [ ] Add modes for editing - insert, select, normal, etc.
|
||||
- [ ] Add `hooks` in files that can be set/unset/jumped to.
|
||||
- [ ] Add folding support at tree-sitter level (basic folding is done).
|
||||
- [ ] Add feature where doing enter uses tree-sitter to add newline with indentation.
|
||||
1. it should also put stuff like `}` on the next line.
|
||||
- it should also put stuff like `}` on the next line.
|
||||
- [ ] Add support for brackets/quotes to auto-close.
|
||||
- [ ] Add support for LSP.
|
||||
- [ ] Add support for virtual cursor where edits apply at all the places.
|
||||
- [ ] Add search / replace along with search / virtual cursors
|
||||
- [ ] Add scm files for all the supported languages. (2/14) Done.
|
||||
- [ ] Add codeium/copilot support.
|
||||
- [ ] Add search / replace along with search / virtual cursors are searched pos.
|
||||
- [ ] Add support for undo/redo.
|
||||
- [ ] Add `.scm` files for all the supported languages. (2/14) Done.
|
||||
- [ ] Add support for LSP & autocomplete / snippets.
|
||||
- [ ] Add codeium/copilot support.
|
||||
|
||||
Reference in New Issue
Block a user