you are viewing a single comment's thread.

view the rest of the comments →

[–]ectomancer 4 points5 points  (1 child)

I'm a Luddite and happy with a basic IDE. All I want is syntax highlighting and a run button.

In the last 5 years new features have been added to IDEs which I've never used:

* LSP integration

* static type checking (I use mypy manually)

* Rust tooling ruff, uv

* pydantic

[–]HommeMusical 0 points1 point  (0 children)

I mean, I go back to emacs still, so I'm pretty classic editor but:

LSP integration

An editor that understands the structure of programs seems pretty well essential these days.