A
A
Andrey Titov2016-10-27 12:09:21
phpstorm
Andrey Titov, 2016-10-27 12:09:21

Which plugin to use for automatic code alignment?

What plugin is there for PHPStorm, like 'alignment' for sublime text to auto-align similar structures:

title: {type: String},
text: {type: String, required: true},
color: {type: String},
createdAt: {type: Date}

The result should be like this:
title       : {type: String},
text        : {type: String, required: true},
color       : {type: String},
createdAt   : {type: Date}

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question