Does anyone know how \"Replace with next value\" (ctr + shift + dot) works ?
I am unable to get this shortcut to do anything on my vscode.
I tried googling
If I press the shortcut after highlighting an integer or float literal (16 or 5.2 for example) it subtracts 1 from it.
16
5.2
Strangely, Replace with Previous Value adds 1 to the value while Replace with Next Value subtracts 1.
Replace with Previous Value
Replace with Next Value
I don't know if it has any other purpose.