38
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 20 Jun 2023
38 points (100.0% liked)
Programming
13361 readers
5 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
JetBrains have some quite extensive VC tooling built into their IDEs which I use almost exclusively. I used to do everything in the terminal, but I find it so much quicker and simpler to do it directly in the IDE.
@Perry came here to say this. Jetbrains does a great job with their vcs integration. I use cli most of the time but if I need to poke around or visualize something those tools work great.
@lysy
With you on this as well. Ever since starting to use JetBrains IDE's I've rarely had to step outside of them for anything but the most complex operations. Even then I'm still likely to use the in built terminal that comes with it.