Visual Studio/D spaces

Dmitry via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Thu Aug 10 23:11:47 PDT 2017


On Thursday, 10 August 2017 at 21:29:29 UTC, Johnson Jones wrote:
> e.g.,
>
> writeln(x);
> writeln(y);
>
> and I want to turn it in to
>
> writeln(x, y);
>
> I do this, usually, by hitting delete at the end of the first 
> line, in which case VS will remove the \n and bring the second 
> line to the first, but with all the spacing(indentation makes 
> it worse).

try Ctrl + Delete


More information about the Digitalmars-d-ide mailing list