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

I need a line of code in which at the moment the cursor has a different background color (for example, in UltraEdit for those who know this).

Is it possible?

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

Hurrah!

+4
source share
3 answers

Free add-on that does this and more.

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

I am using Resharper for this.

+3
source

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

+2
source

Resharper can do this, check this post.

+2
source

Source: https://habr.com/ru/post/1303074/


All Articles