Show the current line

  • Thread starter Thread starter Eitan
  • Start date Start date
E

Eitan

Hello,
In the Visual studio Interdev (.NET architecture) -
How can I see the current column + line of the cursor ?

Thanks :)
 
Eitan,

When you using Visual Studio Net you can using the Options -> Text editor to
set linenumbers before your code. You can that do in General (as I have) or
for every part apart.

I hope this helps?

Cor
 
Thanks ...

But ...

....
When you using Visual Studio Net you can using the Options -> Text editor to
set linenumbers before your code. You can that do in General (as I have) or
for every part apart.
I did : tools->options, and in the general tree note, I saw that on the
display tab, there are all the options checked (4, i.e. selection margin
....)
, but I didn't see any option for showing the column + line, like a regular
editor does.

Thanks :)
 
Adding to Cor's, VS.NET IDE status bar also shows the cursor line & column.

Hello,
In the Visual studio Interdev (.NET architecture) -
How can I see the current column + line of the cursor ?

Thanks :)
 
Back
Top