Double click on variables
已回答
When I double click on variables with under score, the IDE mark only the word without the under score.
For example,
In case I double click on preprocessing in
save_preprocessing_model
the IDE marks on preprocessing and not all the variable save_preprocessing_model
请先登录再写评论。
Please check Settings | Editor | General | Smart Keys | Use "CamelHumps" words option and try to disable it to see if it helps.
Like a charm, thank you