UIPath Studio IDE should put a blank space after commas in argument lists automatically

Visual Studio IDE always put a blank space after commas in argument lists automatically.

UIPath IDE should also do this once we close Expression Editor/Code Editor Window.

For E.g, first line here is more readable than second line

Path.Combine(Environment.CurrentDirectory, “Folder\SubFolder”, “1.txt”)

Path.Combine(Environment.CurrentDirectory,“Folder\SubFolder”,“1.txt”)