Quantcast
Channel: Active questions tagged visual-studio-code - Stack Overflow
Viewing all articles
Browse latest Browse all 98792

How to align multi line array in Vscode

$
0
0

In PhpStrom there are some facilities which are short arrayAlign when multiline and many more

Here is an example

http://prntscr.com/pyfkc8

Another Link

Now I want to align array in vs-code ....

How can I do that?

This is a normal Array

$x=array(
 0 => "zero",
 123122 => "one two three",
 251=> "two five"
);

Now I want Like this

$x=[
   0   => "zero",
   123 => "one two three",
   25  => "two five"
];

Is this possible is vs-code?


Viewing all articles
Browse latest Browse all 98792

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>