Make Xcode highlight selected symbol more

后端 未结 7 499
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-13 23:49

    community!

    I have the same trouble and found something like that. (where the "currencyId" i select,another its work of plugin)

    enter image description here

    Its, i guess, do the same thing like [Cmd+E, Cmd+F and Cmd+G combo] But its easier,you must only select word in your code.

    How to install it to Your XCode:

    1. Launch XCode
    2. On top menu select Window->Package Manager
    3. In search type "highlightSelectedString" enter image description here
    4. Install it!
    5. ?

    6. Profit

    And also you can change color of highlighting!!!

    1. go to Edit->Set Highlight color

    2. Choose your color

提交回复
热议问题