Visual Studio intellisense is blocking my movement

when I try to write something like this:
dialogSystem.onDialogueStart.AddListener(() => { });

if I press arrow keys to the left from the end of the line it takes 23 arrow clicks to reach the last e from the word AddListener. this is driving me mad I just want to move inside spaces and type my data and i am forced to grab my mouse and click inside the area or press 100 times the arrow key for each line.
does anyone know how to disable this indentation check/block of movement?(I use C# not sure if relevant)

Read more here: Source link