Hacker News new | ask | show | jobs
by samirahmed 4560 days ago
I couldn't agree more.

That said, I think hidden in your last sentence is the fact that working with C# in an IDE with a statically typed language is such a pleasure.

For most mundane code (loops, linq, if/else), Resharper will literally autocomplete everything.

I really wish other languages offered such tooling at times.

I don't think any other language/IDE combo comes close (in my opinion).

2 comments

Try Intellij IDEA with Java and the various Java frameworks - IDEA is Jetbrains' (developers of Resharper) flagship IDE, they also do slightly more focused variants for Python, Ruby, PHP, and web development (PyCharm, RubyMine, PHPStorm, and WebStorm respectively.)
Modern Java with IntelliJ is similar.