I want some feedback on my JereIDE project

I've been learning Rust for a while and I made myself a code editor with stuff like:

  • Syntax highlighting(but sadly only for Rust, Python, HTML, and Markdown)
  • Current line highlighting
  • Multi-tabs
  • Settings(and custom color themes)
  • Auto-indentation, bracket matching, etc

It looks like this:

I would like to know what y'all think of it, like feedback, thanks!

It's open on GitHub: JereIDE/JereIDE
Feel free to star or file issues and PRs!

It looks stunning in my opinion. I think you need to integrate it with some AI terminal to get a wider audience of users. I didn't look in the implementation yet, however you may want to add a rolling feature in log. For example log of my IDE currently looks like:

Thanks, I'm working on it now! Wait, what IDE are you using?

Since I use a tablet for development, I stick with web IDE - RDS.

aah nice