HN user

Kalmis

2 karma
Posts0
Comments2
View on HN
No posts found.

I wonder what are the future plans and features of Watermelon? Currently it feels like it does not bring a lot, or any, new things to VS Code ecosystem.

- GitLens is the extension every Git user should have installed, and it for example automatically gives you the git blame on every line

Then depending a bit on the version control system & language used, there are "native" extension for PR and documentation.

- Github pull requests & issues integrates nicely with the GitLens blame - hover the blame and you'll see the PR. Also has bunch of PR & Issues related functionalities

- autoDocstring (Python) for generating documentation "automatically" inside the code, where it belongs IMHO.