Editor Without File Management

Is there an editor with context highlighting and auto-complete with no extra features? I'm new to Rust, fairly new to programming. I want just those two things, oh and dark mode. Nothing else.

"Auto-complete" is a very complicated feature, so it's very unlikely that something will have just that.

Maybe you could try https://www.tabnine.com/ though? It's just AI, not semantic, so probably doesn't have as many features as something Rust-specific.

1 Like

Thank you. I will give it a try.

I was recently made aware of a new editor written in Rust, https://helix-editor.com/. I only loaded it up once, but right out of the box it gave me Rust code completion, error reporting, etc.

The only issue that its a terminal based editor, but they do have packages for Linux/Windows/Mac.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.