How to make selection color be "on top" when background color for any text element is set in Visual
        Posted  
        
            by Confused Developer
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Confused Developer
        
        
        
        Published on 2010-06-17T10:31:38Z
        Indexed on 
            2010/06/18
            4:43 UTC
        
        
        Read the original article
        Hit count: 277
        
Faced problem while setting background color for any element in Visual Studio 2010 editor. Selection color doesn't override this background color. So then it's very inconvenient to work with selections in editor.
Case when only string literal is selected it's almost impossible to distinguish colors and see what part of string is selected.
Is there any possibility to fix the problem by changing some options? Or it's a Visual Studio bug?
© Stack Overflow or respective owner