HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Luyanda

6 karmajoined 9 năm trước

Submissions

Cursor and VSCode Code review flow for GitLab (for now)

github.com
3 points·by Luyanda·Hôm qua·1 comments

comments

Luyanda
·Hôm qua·discuss
I am working on this Review Flow. An extention for Cursor / VScode to enable IDE as first class for code reviews.

It came from a frustration that I needed to switch between the browser and the IDE to navigate through the code and leaving comments on Gitlab at the company.

So I thought it could useful to create something and let it be accessible to the public as open source.

link: https://github.com/LuyandaLia/reviewflow

In a nutshell, it accepts draft comments, which can be modified and submitted.

It auto configs the env for Python as it uses FastAPI for calls to Gitlab.

It's my initial attempt. Suggestions, reviews, contributions are invited.

One love
Luyanda
·Hôm qua·discuss
I created this extention as an experiement to enable myself and colleagues (initially) to review natively _offline_ on the IDE. This tool should, for now, enable drafiting of comments _offline_ and eventually submitting them to the MR (merge request).

On the next iteration. I aim on supporting Github and enabling AI suggestions.

It is the first project where I used prompt engineering on and first time using Claude.

Reviews / suggestions / comments are more than welcome. Code contributions are more than welcome.