Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to select whole 'camelCaseWord' in Pycharm with camel humps turned on

I have use camel humps option turned on in pycharm so I can move between 'camelled' words using ctr + ->/<- but sometimes I want to select the whole CameledWord I can't do shift + ctr + -> because it will select the first word in the camelled word.

example : I have this word : ImCamelCase I want to select the whole word : ImCamelCase using ctr + shift + -> does not work because I have camel humps option turned on (and I need this option to remain turned on)

How can I do it (without turning off camelHumps option) ?

like image 948
Waseem Francis Avatar asked Sep 02 '25 01:09

Waseem Francis


1 Answers

There is an option under Preferences->Editor->general to honor (or not) camel humps words when selecting on double click.

I realise this doesn't answer your question as you want to select it with keyboard shortcut but wanted to mention it anyways just in case you (or other readers) sometimes also want to select it using the cursor.

like image 189
BitfullByte Avatar answered Sep 04 '25 20:09

BitfullByte