Sunday, December 04, 2011

chrome code completion ability for canary

I just learned google chrome canary. its kind of an experimental version of google chrome browser. anyways while I was checking out. I saw new code completion ability and I love it.

chek this out:

chrome used to have code completion but not like this selecting from list I love it.

C# scan cs file and find variables values and names

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