Search Unity

Visual Studio Community highlight identifier issues.

Discussion in 'Editor & General Support' started by wyattbiker, Dec 12, 2018.

  1. wyattbiker

    wyattbiker

    Joined:
    Sep 4, 2014
    Posts:
    18
    I would like matching identifiers in the VS Editor to be highlighted only when I double click. Currently it highlights when I just click.

    I know I can turn that off in preferences, but then when I double click not all matching identifiers are highlighted (like in other editors). I would also like to show a different color from the blue on the matching identifiers.

    Is it possible?

    Thanks
     
  2. wyattbiker

    wyattbiker

    Joined:
    Sep 4, 2014
    Posts:
    18
    Never mind. I simply switched to Visual Code. If anyone is interested, it is a much better editor than Visual Studio Community and works with Unity including debugging. Also, to do what I wanted I just add this to the settings:
    Code (json):
    1.     "editor.occurrencesHighlight": false