628000f851fbf4ab949e2492d59854ed31b6222d
Copyright 2025 Syed Daanish
Crib
A TUI IDE.
TODO
- Add underline highlight for current word and all occurences.
- Add
hooksin 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.
- it should also put stuff like
}on the next line.
- it should also put stuff like
- Add support for brackets/quotes to auto-close.
- Add support for virtual cursor where edits apply at all the places.
- Add search / replace along with search / virtual cursors are searched pos.
- Add support for undo/redo.
- Add
.scmfiles for all the supported languages. (2/14) Done. - Add splash screen / minigame jumping.
- Add support for LSP & autocomplete / snippets.
- Add codeium/copilot support.
- Normalize / validate unicode on file open.
- Add git stuff.
Description
Languages
C++
50.1%
tree-sitter-query
48.8%
Makefile
1.1%