Show HN: Watermelon – open-source VSC ext. to document code and view Git blame 4 years ago
Sounds good, keep up the good work!
HN user
Sounds good, keep up the good work!
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.