Skip to content

mukulve/Code-Editor

Repository files navigation

Code Editor

A simple lightweight code editor made with Tauri, Rust, React and DaisyUI

Todo

UI

  • Make UI elements resizable
  • Create terminal UI component
  • Clean up react components
  • Add error checking when calling rust functions
  • Add other IO operations (renaming files, moving files, etc.)
  • Create better terminal UI
  • Position suggestions div right below caret position

Backend

  • Complete Git functions in git.rs
  • Create a more sophisticated terminal backend