1

I'm using EnvDTE and with that interface I know is document was saved or not (was there any changes).

All I want to know now is there any way to get information like: how many lines was added and how many of them was removed or modified

abatishchev
  • 98,240
  • 88
  • 296
  • 433
Marcin Petrów
  • 1,447
  • 5
  • 24
  • 39

1 Answers1

1

Look into CodeModel.

CodeModel Interface

Thalia
  • 13,637
  • 22
  • 96
  • 190