{"id":13588624,"url":"https://github.com/WengerK/vscode-highlight-bad-chars","last_synced_at":"2025-04-08T06:32:25.679Z","repository":{"id":46289192,"uuid":"89243894","full_name":"WengerK/vscode-highlight-bad-chars","owner":"WengerK","description":"Extension to highlight bad characters such as No-break space ( ) and the Greek question mark (;) in your source files.","archived":false,"fork":false,"pushed_at":"2021-11-12T08:54:38.000Z","size":380,"stargazers_count":32,"open_issues_count":8,"forks_count":10,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-03T15:48:02.101Z","etag":null,"topics":["visual-studio-code"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=wengerk.highlight-bad-chars#overview","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WengerK.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-24T13:32:59.000Z","updated_at":"2024-10-30T18:36:02.000Z","dependencies_parsed_at":"2022-09-22T20:23:53.281Z","dependency_job_id":null,"html_url":"https://github.com/WengerK/vscode-highlight-bad-chars","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WengerK%2Fvscode-highlight-bad-chars","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WengerK%2Fvscode-highlight-bad-chars/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WengerK%2Fvscode-highlight-bad-chars/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WengerK%2Fvscode-highlight-bad-chars/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WengerK","download_url":"https://codeload.github.com/WengerK/vscode-highlight-bad-chars/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247792110,"owners_count":20996878,"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":["visual-studio-code"],"created_at":"2024-08-01T15:06:49.626Z","updated_at":"2025-04-08T06:32:20.662Z","avatar_url":"https://github.com/WengerK.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Highlight Bad Chars\n\nExtension to highlight bad characters such as No-break space ( ) and the Greek question mark (;) in your source files.\n\nWith this package you'll easily notice invisible and easy-to-confuse characters, which can be the cause for incredibly annoying syntax errors in source code.\n\nSave yourself the burden of debugging invisible bugs for hours!\n\n## Features\n\n### Before\n\n![Before using Highlight Bad Chars](https://raw.githubusercontent.com/WengerK/vscode-highlight-bad-chars/master/images/before.png)\n\n### After\n\n![After using Highlight Bad Chars](https://raw.githubusercontent.com/WengerK/vscode-highlight-bad-chars/master/images/after.png)\n\n### Settings\n\nAdditional unicode characters can be specified in Visual Studio Code 'Settings'.\n'highlight-bad-chars.additionalUnicodeChars' is the setting name array object that is used. To add additional unicode characters, add a new string array value with the unicode character to mark as shown in example below.\n\n```json\n    \"highlight-bad-chars.additionalUnicodeChars\": [\n        \"\\u200E\",\n        \"\\u200F\"\n    ],\n```\n\n![highlight-bad-chars-configuration](https://raw.githubusercontent.com/WengerK/vscode-highlight-bad-chars/master/images/highlight-bad-chars-configuration.settings.png)\n\nThe default \"bad char\" decoration style can be configured through the\n`highlight-bad-chars.badCharDecorationStyle` and defaults to:\n\n```json\n    \"highlight-bad-chars.badCharDecorationStyle\": {\n        \"cursor\": \"crosshair\",\n        \"backgroundColor\": \"rgba(255,0,0,0.3)\",\n        \"borderWidth\": \"1px\",\n        \"borderStyle\": \"solid\",\n        \"borderColor\": \"rgba(255,0,0,0.6)\"\n    }\n```\n\n![highlight-bad-chars-configuration](https://raw.githubusercontent.com/WengerK/vscode-highlight-bad-chars/master/images/highlight-bad-chars-decoration.settings.png)\n\n## Credits\n\nBased on the [atom](https://atom.io/) package [Highlight Bad Chars](https://atom.io/packages/highlight-bad-chars).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWengerK%2Fvscode-highlight-bad-chars","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FWengerK%2Fvscode-highlight-bad-chars","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWengerK%2Fvscode-highlight-bad-chars/lists"}