I am using below versions of vscode and vscode-vim extentions.
- OS: MAC OSX 13.X
- VSCode: 1.77.3
- VScodeVim: 1.25.2
Issue:
python_var = some_python_function(arg_a, arg_b, arg_c,
arg_d) # == on this line should fix the indentation.
This used to work earlier and it stopped working now. Supposed to a supported feature as per VSCodeVim
Any idea if I am missing something?
TIA.