1

Topic: Display bug in Visual Studio 2013

I'm seeing a display bug in Visual Studio 2013 Ultimate. I'm not running any other plugins other than ViEmu. I have the dark theme enabled.

I've noticed that when my cursor is in a C# class file on a line with a constructor, that the cursor extends down one line.

For example the cursor extends down into the brace line:

public class Presenter
{

It also does this on getter/setter lines:
public Engine engine
{

Anyone else see this? Plugin works great otherwise. It's just a little annoying visually.

-Pedro

2

Re: Display bug in Visual Studio 2013

Finally figured this out. Turn off the CodeLens feature in Visual Studio 2013 Ultimate and the extra tall cursor problem is fixed.