{"id":16234126,"url":"https://github.com/zackify/vscode-sort-by-length","last_synced_at":"2026-01-21T17:35:03.129Z","repository":{"id":72855709,"uuid":"106735828","full_name":"zackify/vscode-sort-by-length","owner":"zackify","description":"Sort imports by line length in VS Code!","archived":false,"fork":false,"pushed_at":"2017-10-12T20:39:49.000Z","size":30,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-13T21:39:32.718Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zackify.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-12T19:22:39.000Z","updated_at":"2022-02-01T13:09:30.000Z","dependencies_parsed_at":"2023-02-23T14:30:49.068Z","dependency_job_id":null,"html_url":"https://github.com/zackify/vscode-sort-by-length","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zackify%2Fvscode-sort-by-length","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zackify%2Fvscode-sort-by-length/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zackify%2Fvscode-sort-by-length/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zackify%2Fvscode-sort-by-length/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zackify","download_url":"https://codeload.github.com/zackify/vscode-sort-by-length/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247721921,"owners_count":20985084,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T13:15:06.182Z","updated_at":"2026-01-21T17:35:03.082Z","avatar_url":"https://github.com/zackify.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sort Imports By Length\n\n## What?\n\nTurns \n\n```js\nimport styles from './style.scss';\nimport React from 'react';\nimport { Link } from 'react-router-dom';\n```\n\nInto \n\n```js\nimport React from 'react';\nimport styles from './style.scss';\nimport { Link } from 'react-router-dom';\n```\n\non file save! \n\n\n## Thanks\n\nHuge shout out to [peterjuras](https://github.com/peterjuras/vsc-sort-imports) for his sort imports in vs code plugin. It just doesn't do it by line length, so I used his code to make this.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzackify%2Fvscode-sort-by-length","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzackify%2Fvscode-sort-by-length","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzackify%2Fvscode-sort-by-length/lists"}