I'm trying to use default vscode block selection (alt + shift + →) but it doesn't work for python methods(it selects the whole first line and then go crazy and select whole file). I couldn't find any useful extension. do you have any suggestion?
Update:
as @jill-cheng said currently the best approach is to fold the block using Ctrl + Shift + [ and select the whole line using Ctrl + l
for folding shortcuts refer to https://stackoverflow.com/a/30077543/13877794
 
     
     
    