Eclipse hotkey for the mouse double click?

405 Views Asked by At

This is a related but accepted a wrong answer.

I am looking for a way to get a hotkey which selects text like when double clicking in eclipse.

e.g. i have

<h:panelGroup rendered="#{hashmap['somekey']}">

If i double click on somekey i get somekey selected, if I double click the very same spot again it selects #{hashmap['somekey']}

I know about alt+shift+uparrow but that's just not gonna work for this scenario.

0

There are 0 best solutions below