I would like to select file path including line number in it when double click the file name, .e.g:
project/my_first_file.py:194:
project/my_second_file.py:533:
When I double click on the first line the text project/my_first_file.py gets selected, I would like to select whole project/my_first_file.py:194: fragment when double clicking.
I wonder, is there any config file which defines this behavior? Or can it be achieved by any other means?