top | item 23779947

(no title)

ones_and_zeros | 5 years ago

Kelsey Hightower tweeted about it. https://twitter.com/kelseyhightower/status/12812095507170713...

discuss

order

xpe|5 years ago

I disagree with the tweet:

> The Rust playground is pretty dope. D*mn near a full blown IDE running in your browser ...

I am not a fan of exaggeration. No, it is not ‘near’ a full-blown IDE.

That said, I think the Playground is wonderful, especially for a compiled language.

xpe|5 years ago

Here is a common list of features that comprise modern IDEs:

  - edit multiple files
  - search across files
  - console/terminal
  - debugging
  - customizable keyboard shortcuts
  - source control integration
  - extensions/plugins
Optional:

  - long startup times
  - complicated and overly nested settings
  - run-amok CPU-hogging plugins

thealienthing|5 years ago

Agreed. Unless your only requirement for an IDE is text editing and a super convenient compile button, that’s a big time exaggeration.

DarthGhandi|5 years ago

I'd love a version that could pull in other packages other than the most popular 100 crates.

The cargo ecosystem is painfully getting a bit too npm-like and the top100 doesn't always have some basic needs.