Gert-dev / php-ide-serenata

Atom IDE package that integrates the Serenata server to provide PHP code assistance
https://serenata.gitlab.io/
Other
274 stars 19 forks source link

Don't add newline with every use statement #450

Closed jordyvandomselaar closed 6 years ago

jordyvandomselaar commented 6 years ago

Whenever I let Serenata automatically import a class it inserts a newline as well:

image

Gert-dev commented 6 years ago

It groups siilar use statements (or should, at least) together and splits the groups with newlines.

If you don't want this, you can track #376 as well as this core issue.

If you do want this, you can you can also try the "sort use statements" command to sort existing use statements.