this post was submitted on 14 Jun 2023
45 points (97.9% liked)
Programming
3347 readers
1 users here now
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
An IDE can certainly help a lot. Things like code completion and type definition lookups are great, and automatic refactoring (when it works) is nice. I code in an IDE, but I don't use the built in terminal or debugging tools. If you can use those, they can really help too.