{"id":18228120,"url":"https://github.com/gael-lopes-da-silva/spacedvscode","last_synced_at":"2026-05-02T10:38:50.008Z","repository":{"id":260834656,"uuid":"882456540","full_name":"Gael-Lopes-Da-Silva/SpacedVSCode","owner":"Gael-Lopes-Da-Silva","description":"Highlight trailing whitespaces and remove them","archived":false,"fork":false,"pushed_at":"2025-01-23T09:24:38.000Z","size":370,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T07:57:14.209Z","etag":null,"topics":["trailing-spaces","trailing-whitespaces","vscode-extension"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Gael-Lopes-Da-Silva.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2024-11-02T20:27:49.000Z","updated_at":"2024-11-09T11:13:37.000Z","dependencies_parsed_at":"2024-11-02T23:17:19.240Z","dependency_job_id":"43140571-81a2-4bb1-a0db-38888ccaeed7","html_url":"https://github.com/Gael-Lopes-Da-Silva/SpacedVSCode","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"7246f82c212f579f5427383f9f1d8fdfa1ff211b"},"previous_names":["gael-lopes-da-silva/spacedvscode"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gael-Lopes-Da-Silva%2FSpacedVSCode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gael-Lopes-Da-Silva%2FSpacedVSCode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gael-Lopes-Da-Silva%2FSpacedVSCode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gael-Lopes-Da-Silva%2FSpacedVSCode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gael-Lopes-Da-Silva","download_url":"https://codeload.github.com/Gael-Lopes-Da-Silva/SpacedVSCode/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247801170,"owners_count":20998331,"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":["trailing-spaces","trailing-whitespaces","vscode-extension"],"created_at":"2024-11-04T07:03:57.537Z","updated_at":"2026-05-02T10:38:49.967Z","avatar_url":"https://github.com/Gael-Lopes-Da-Silva.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\t\u003ch1\u003eSpaced\u003c/h1\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\t\u003cimg width=\"400px\" src=\"./resources/logo.png\" alt=\"\"\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"https://github.com/Gael-Lopes-Da-Silva/SpacedVSCode\"\u003ehttps://github.com/Gael-Lopes-Da-Silva/SpacedVSCode\u003c/a\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n\t\u003cimg src=\"https://img.shields.io/visual-studio-marketplace/r/gael-lopes-da-silva.spaced?style=for-the-badge\u0026labelColor=000000\" alt=\"\"\u003e\n\t\u003cimg src=\"https://img.shields.io/visual-studio-marketplace/i/gael-lopes-da-silva.spaced?style=for-the-badge\u0026labelColor=000000\" alt=\"\"\u003e\n\t\u003cimg src=\"https://img.shields.io/visual-studio-marketplace/d/gael-lopes-da-silva.spaced?style=for-the-badge\u0026labelColor=000000\" alt=\"\"\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\t\u003ca href=\"./LICENSE.md\"\u003e\n\t\t\u003cimg src=\"https://img.shields.io/badge/license-BSD%203--Clause-blue?style=for-the-badge\u0026labelColor=000000\" alt=\"\"\u003e\n\t\u003c/a\u003e\n\u003c/div\u003e\n\n\nDescription\n------------------------------------------------------------------\n\nSpaced is a simple extension that detect and highlight trailing whitespaces. It also provides a command to remove all the trailing whitespaces of a file.\n\n\nOptions\n------------------------------------------------------------------\n\nSpaced has 2 command available right now. `Spaced: Toggle Hightlight` that turn on or off colors highlighting ans `Spaced: Remove Whitespaces` that remove all the whitespaces from the current file.\n\n~~~json\n{\n    \"spaced.highlight\": true, // Enable or disable highlight of whitespaces\n    \"spaced.maxFileSize\": 1000000, // The maximum file size to work with (1mb)\n    \"spaced.maxLineCount\": 10000, // The maximum number of line to work with\n\t\"spaced.borderRadius\": 3, // Border radius of the highlight\n\t\"spaced.borderSize\": 1, // Border size of the highlight\n\t\"spaced.borderColor\": \"#ff0000\", // Border color of the highlight\n\t\"spaced.backgroundColor\": \"#ff000050\", // Background color of the highlight\n\t\"spaced.delay\": 900, // The time to wait before highlight is triggered\n}\n~~~\n\n\nScreenshots\n------------------------------------------------------------------\n\n![](./screenshots/spaced_1.png)\n\n\nHow to build\n------------------------------------------------------------------\n\nIf you want a build of Spaced you can find it in the release section or in the [build](./build/) folder. Else use `vsce package` in the project folder.\n\n\nHow to install\n------------------------------------------------------------------\n\nTo install, open visual studio code and go to the extention menu. Click on the three dots and click on `Install from VSIX` and choose the `spaced-X.X.X.vsix` file. Or just install it on the market place.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgael-lopes-da-silva%2Fspacedvscode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgael-lopes-da-silva%2Fspacedvscode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgael-lopes-da-silva%2Fspacedvscode/lists"}