|
|
|
|
|
by xupybd
1587 days ago
|
|
Having spent a few years in Perl I understand some of the frustration of an IDE. I find dynamic languages don't gain a lot from an IDE. But if you're in something with stronger types like Java, typescript or F# the IDE is a God send. The best tool ever is refactor rename. When the IDE can parse your entire code base and rename just the function or variable you want it's amazing. Go to definition is worlds better too. I found, in Perl and JavaScript, these tools didn't work reliably enough so the IDE was just a slower tool. Also reading the documentation is important regardless of the tool you're using. I don't think that's a true reflection of IDE development. |
|
As for JS and IDEs, you should try an IDE again. Far better.