What’s new in code Editor in VS 2013
VS 2013 has came up with some very handy tools in the code editor. Let’s see some of those in detail. CodeLens CodeLens allows you to find details about your code without leaving your code editor. This will give you details on top of your class or method as below. In the image above you can see two details on top of the method. References This will give you the details on the other methods which reference this method. If you click on the references it will show you the details of the references & you ca...