3 comments

[ 3.2 ms ] story [ 15.8 ms ] thread
It shouldn't be hard to implement this for VS Code. It would be cool if it could also record key strokes!

You might get valuable data ouf of it (refactorings that might increase productivity, learn how people code, see what can be improved).

Yes, VS Code is not an IDE I use on daily basis, but I'd like to see extensions for VS Code and Android Studio. VS extension works by handling document save event, and if all open documents are saved it makes a commit. CLI tool can be used from non .net environments.

Another idea I have is to gather all the changes and show some kind of "heat map of changes" in the IDE document view.

Added a simple Vs Code extension, please check, if you are interested.