I am trying to put line numbers in Visual Studio. Usually I go for Tools -> Options -> Text Editor -> C#
开发者_JAVA百科A new machine was assigned to me with preinstalled VS 2008. I am unable to find the C# option.
Any solution ? Thanks in Advance
First, you need to check the box labeled "Show all settings" in the lower left-hand corner.
Then, you can expand "Text Editor", select "C#", and check "Line numbers". (You can also enable this setting for all languages, rather than individual ones, if you prefer.)
And while you're at it, you probably want to crank up "Animate environment tools" to the max. No point in waiting around on the IDE to show pretty animations when you have code to write!
Check the "Show All Settings" checkbox at the bottom of the dialog. It should then show all supported languages, although you may be better setting "All Languages" rather than setting it for each individual language..
精彩评论