Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / Languages / C#

Display line number in Visual Studio

3.18/5 (9 votes)
24 Jan 2011CPOL 42.3K  
Tip to get the line number in Visual Studio
Hi,

Here is the simple tip for beginners to get the line number in coding, so that they can move the particular error code ASAP...

Just Go to...

Tools → Options → Text Editor → select the language in which you write the code → Display → Select Line Number.

Enjoy coding...

Sathish Kumar S

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)