vim-sort-imports icon indicating copy to clipboard operation
vim-sort-imports copied to clipboard

vim port of import-sort. Sort javascript/typescript imports

Results 1 vim-sort-imports issues
Sort by recently updated
recently updated
newest added

On some automatic sorts, a second export module statement is added to the bottom of the file. Temporary workaround involves deleting the export line, performing the sort command, and then...