Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Using an IDE kind of handicaps you to only working with your IDE though. The shell works everywhere for every use case.


I've heard this many times, and I don't really understand the argument. I've used the shell plenty of times for this sort of work, but it's much more complicated to do certain things correctly than in an IDE. Things like looping over any filename, escaping arbitrary strings for use within sed patterns, xargs, multi-line replacements and regex lookahead require quite some in-depth knowledge, trial and error, and sometimes installing special tools because the defaults don't support the relevant patterns (like path NUL terminators or lookaheads). I don't have to deal with any of these in IDEA.


Of course it requires knowledge, but the point is that when you have that knowledge, it transfers to other things as well, making you far more capable in many more situations.


That particular IDE works on Windows though… no idea how to use Powershell…


WSL2?


From experience, WSL is pretty slow vs. native on fs operations.


For sure, but for the convenience of being able to use bash commands on Windows it's well worth it.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: