Hello community,
from other IDEs or text editors, I know some kind of column editing. That is, you can edit the (for exmaple) 10th character of consecutive lines simultaneously.
Simple example:
array[0] = i;
array[1] = i;
array[2] = i;
Now rename i to k, I would place cursor in from of the first i, go to column mode and select two lines down. Then select one char to the right (this will select all i in all three lines at the same time). Then just press delete and k and there you go.
I have not found this and also some random-tried fancy keyboard combinations did not help me. Does anyone know if this feature is existing in SharDevelop?
Thanks and bests