Laurent
Laurent

Reputation: 6205

Visual Studio 2008 IDE C++: background color of current line

I would like the line of code where the cursor is currently positioned to have a different background color (like in UltraEdit for those who know it).

Is this possible?

EDIT: I'm coding in C++ so ReSharper does not seem to apply (correct me if I'm wrong). I'll give "Slickedit Gadgets" a try (free, unlike "Slickedit" itself).

Cheers!

Upvotes: 4

Views: 823

Answers (3)

Sky Sanders
Sky Sanders

Reputation: 37084

Freeware add-on that does this and more.

http://www.slickedit.com/products/slickedit-gadgets

I use Resharper to do this.

Upvotes: 3

Hans Passant
Hans Passant

Reputation: 941465

Resharper can do it, check this blog post.

Upvotes: 2

Andrew Hare
Andrew Hare

Reputation: 351516

No, unfortunately Visual Studio does not support this feature (although almost every other text editor available does).

Upvotes: 2

Related Questions