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