Make Xcode highlight selected symbol more

后端 未结 7 494
Happy的楠姐
Happy的楠姐 2020-12-13 23:37

Xcode underlines all occurrences of a symbol that the cursor is on. However, the underline doesn\'t exactly \"pop out\" in the source code. Is it possible to make Xcode high

7条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-14 00:10

    This is not exactly what you are looking for, but you may want to check out the Polychromatic Xcode plugin (most easily installed via Alcatraz). It gives every symbol a unique color, which is used consistently throughout. So every instance of myVar might be blue, and every instance of myOtherVar might be red.

提交回复
热议问题