Double click on variables
Answered
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 sign in to leave a comment.
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