vscode-align icon indicating copy to clipboard operation
vscode-align copied to clipboard

Align extension for visual studio code

Results 6 vscode-align issues
Sort by recently updated
recently updated
newest added

VSCode version: 1.27.0-insider (latest version as of 8/14/2018) Align version: 0.2.0 Whenever I attempt to run the "Align" command I consistently get this error: "Running the contributed command:'extension.align' failed." I...

``` var foo = a ? b : c; var foobar = asd ? 123 : 456 ``` Becomes ``` var foo = a ? b : c; var foobar...

For me the equal sign `=` goes more than 10 tabs away for no reason. Is this normal? like this: ``` var $priceCalcTbl = $( '.price-calc-table' ), $locationRow = $priceCalcTbl.find(...

I'm having some problems aligning css by the `:` symbol. In the default settings, the `:` operator sits in align.leftSeparators. If I move it to align.rightSeparators. Nothing happens.

The following code: ```javascript const duration = series >= 10 ? 300 : 750 const durationBreak = series >= 10 ? 200 : 500 ``` when aligned becomes: ```javascript const...

It would be nice if there was a command that could align all the items in a file without them being selected based on a their group (One or more...