Hi,
I just updated cursor and started using the beta PR Review Feature. It isn’t great right now. I would say it suggested 20+ bugs and only one of them was a bug, and the rest were just dead wrong.
Very common were the following false Positives:
“The variable xyz is being redeclared here. It was already declared and used in the previous part of the code.”
“The bug in this chunk of code is that it’s trying to reassign the xyz which is a constant”
“The function xyz in the chunk of code is not properly declared. It should be declared with the const keyword as it is in the original file.”
It also told me that I was missing braces a few times on my code (I wasn’t).
The way I feel about the PR feature is that something very valuable for me (and more basic) would be just the ability to ask questions to only the files in the PR diff. This bug PR review would be helpful, but it really needs to work. At present takes more time than it saves.