Reputation: 2119
I'm a long time c# dev, who are currently looking into possibly expanding to java, or typescript.
I am currently relying a lot on the efficiency of resharper/VS to do a lot of manual things for me, such as:
This is just a part of my most used features. My question is: what other IDE's (for java or typescript preferably) give me the same tooling?
Upvotes: 0
Views: 316
Reputation: 18583
You should take a look at WebStorm and IntelliJ. Both are by JetBrains, who make ReSharper. They should be able to do all of the things you're asking for, and have trial versions on the website. Note that IntelliJ Ultimate is a superset of all of the other IDEs, so includes all of WebStorm's tooling.
Upvotes: 0