Wednesday, September 08, 2021

copy paste in git bash

right click on top of the window(title bar)

 choose options, and click on the last option "Ctrk+Shift+letter short cuts" 

 

after that you can use ctrl+shift+v to paste the text in git bash in windows 10

C# scan cs file and find variables values and names

using Microsoft . CodeAnalysis ; using Microsoft . CodeAnalysis . CSharp ; using Microsoft . CodeAnalysis . CSharp . Syntax ; using Xunit . ...