I'm about to evaluate use of VC in SQL Developer. One choice is git and most of the commands are working just fine.
git diff - where is it?
When I make a change in the source and save the file, I can see the changes with the command line tool "git diff", with colors, bells & whistles. But where do I find the equivalent command in SQL Developer? "Pending changes" gives an empty window. "Version history" shows previous commit very fine but not current change. "Properties - Versioning - Status" says "Modified not Staged".
Git-GUI and Tortoise-Git Works fine but it would be handy to see the diff from inside SQL Developer.
The right-click menu:

Any help much appriciated.