magic_lobster_party

  • 0 Posts
  • 5 Comments
Joined 10 months ago
cake
Cake day: August 15th, 2024

help-circle


  • I had similar opinion, but I’ve changed my mind. Now I can barely do any serious work without an IDE.

    The main feature I’m after is code completion. Just getting a peek of which methods are available is something I can’t be without.

    Code hints like ”this expression will always evaluate to false” is great to capture difficult to spot mistakes.

    Code usage it’s is a must when doing refactors. It makes it easy to analyze how a method is used before I commit to a refactor.

    Debugger and profiler is also nice to have.