0

I have recently been using PHP Eclipse and have got everything set up the way i like it with just one exception.

When i double click on a variable it also highlights the $ which makes it difficult to move to the next occurrence if it is later used without the $ as part of $this as an example.

Does anybody know how or if this can be achieved?

Patrick Q
  • 6,373
  • 2
  • 25
  • 34
Paul
  • 26
  • 2

1 Answers1

0

Just use Ctrl-F and search for the exact text you want.

Difster
  • 3,264
  • 2
  • 22
  • 32
  • Thanks. I am aware of this function. I was wondering if it was possible to set it up per the way i described. – Paul Aug 14 '17 at 08:12