atom-autocomplete-php icon indicating copy to clipboard operation
atom-autocomplete-php copied to clipboard

Sort namespace insertion by length if grouping is not used

Open fuelingtheweb opened this issue 7 years ago • 1 comments

If a common namespace prefix is not found and the user does not want to insert new lines for additional groupings (Config setting: Insert newlines for use statements), then the use statement will be inserted based on character length to ensure the use statements are sorted properly instead of having a shorter use statement fall to the bottom.

fuelingtheweb avatar Oct 30 '17 13:10 fuelingtheweb

@Peekmo why not merge? :(

poncianodiego avatar Mar 30 '20 01:03 poncianodiego