/aqua

A text editor for the Rust programming language

Primary LanguageTypeScriptMIT LicenseMIT

Aqua

License CircleCI codecov

Aqua is a text editor for the Rust programming language.

Currently under development. Built with TypeScript, Electron and React.

Aqua application screenshot

Usage

$ git clone git@github.com:FelipeRosa/aqua.git
$ cd aqua
$ npm i
$ npx webpack
$ npm start

Roadmap

  • Basic text editing features (modify text, open files, save files, copy/paste, undo/redo, etc.)
  • Rust syntax highlighting
  • Rustfmt integration
  • Cargo integration
  • Git integration

See issues and projects for more details.