PyCharm underscores

In eclipse, when I click on a variable with the mouse (you know that the cursor is somewhere in the variable name), eclipse is useful enough to highlight all other occurrences of this variable in the file. I assume that pycharm has it, but have no idea how to enable it.

I knew how to do this in one step, but it was (from memory) a keyboard that I had to keep clicking on each new variable. If backlighting is possible, how to save it?

+5
source share
2 answers

You need to enable this option:

highlight usages of element at caret

But this question is actually a duplicate of IntelliJ: how to automatically select variables, for example, in Eclipse .

+14
source
Edit > Find > Highlight usages in file.

+1

All Articles