logoalt Hacker News

sukittoday at 12:45 AM4 repliesview on HN

Been trying to get into jj lately, but I rely a lot on VS Code's git gutter to review changes as I code. Doesn't look like jj has an equivalent in VS Code. Anyone got tool recommendations?


Replies

FiloSottiletoday at 1:30 AM

I just use the VS Code git integration with the jj colocated git repo. HEAD is @- and the changes in @ are considered working copy changes. It works for all I was using the VS Code integration for.

show 1 reply
joshkatoday at 1:16 AM

jjk or jjview

I have a PR up for jjk that does the full change as a review changes, and there's another user's PR that allows diffs over arbitrary ranges (i.e. when working out whether the commits that make up a PR are good as a whole rather than individually)

altanotoday at 1:12 AM

visualjj, it’s fantastic