{"id":34764406,"url":"https://github.com/polyseam/invisaline","last_synced_at":"2026-03-27T03:01:30.039Z","repository":{"id":290723732,"uuid":"975350786","full_name":"polyseam/invisaline","owner":"polyseam","description":"visual template string indentation in vscode","archived":false,"fork":false,"pushed_at":"2025-05-03T03:23:09.000Z","size":91,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-26T18:53:06.498Z","etag":null,"topics":["javascript","typescript","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/polyseam.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2025-04-30T07:11:57.000Z","updated_at":"2025-05-03T03:23:12.000Z","dependencies_parsed_at":"2025-04-30T08:52:30.768Z","dependency_job_id":null,"html_url":"https://github.com/polyseam/invisaline","commit_stats":null,"previous_names":["polyseam/invisaline"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/polyseam/invisaline","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyseam%2Finvisaline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyseam%2Finvisaline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyseam%2Finvisaline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyseam%2Finvisaline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/polyseam","download_url":"https://codeload.github.com/polyseam/invisaline/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyseam%2Finvisaline/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31013618,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-27T02:58:54.984Z","status":"ssl_error","status_checked_at":"2026-03-27T02:58:46.993Z","response_time":164,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["javascript","typescript","vscode","vscode-extension"],"created_at":"2025-12-25T07:02:10.644Z","updated_at":"2026-03-27T03:01:29.907Z","avatar_url":"https://github.com/polyseam.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# invisaline\n\n[invisaline](https://marketplace.visualstudio.com/items?itemName=Polyseam.invisaline)\nis a VS Code extension that visually aligns multi-line JavaScript and TypeScript\ntemplate literals to match their surrounding code indentation — without changing\nyour source file.\n\n\u003e [!IMPORTANT]\n\u003e legally distinct from and unrelated to the mouth technology \"invisalign\"\n\n## Installation\n\n### From the Marketplace\n\n1. Open the Extensions view in VS Code (`Ctrl+Shift+X` / `Cmd+Shift+X`).\n2. Search for **invisaline** and click **Install**.\n\n## The Problem\n\nWhen writing multi-line template literals, the content is pushed all the way to\nthe left margin of the editor, which can make it hard to read and it just\nappears messy.\n\n```ts\nfunction greet(name: string) {\n  const message = `Hello, ${name}!\nWelcome to invisaline.\n  `;\n}\n```\n\n## The Solution\n\nInvisaline automatically aligns the content of multi-line template literals with\nthe surrounding code indentation, making it easier to read and more visually\nconsistent. This is purely a visual change and does not modify the source file.\n\n```ts\nfunction greet(name: string) {\n  const message = `Hello, ${name}!\n     Welcome to invisaline.`; // this code is visually indented, but contains no extra spaces\n}\n```\n\n## Usage\n\nThe extension will automatically activate when you open a JavaScript or\nTypeScript file so long as `invisaline.enabled` is set to `true` globally or in\nthe current workspace.\n\n### Enable the extension\n\nOpen the command palette (`Ctrl+Shift+P` / `Cmd+Shift+P`) and run the command\n`Invisaline: Enable Visual Template String Indentation` then select whether you\nwant it enabled for all workspaces or just the current one.\n\n### Disable the extension\n\nOpen the command palette (`Ctrl+Shift+P` / `Cmd+Shift+P`) and run the command\n`Invisaline: Disable Visual Template String Indentation` then select whether you\nwant it disabled for all workspaces or just the current one.\n\n## Open-VSX\n\nThe extension is also\n[available on Open-VSX](https://open-vsx.org/extension/polyseam/invisaline), a\nmarketplace used by some non-Microsoft editors like\n[windsurf](https://windsurf.com/editor) that support the VSIX format.\n\n## Contributing\n\nContributions and feedback are welcome! Please open issues or pull requests on\nGitHub to suggest new features or report bugs.\n\n## License\n\n[Apache 2.0](https://github.com/polyseam/invisaline/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolyseam%2Finvisaline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpolyseam%2Finvisaline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolyseam%2Finvisaline/lists"}