{"id":13624645,"url":"https://github.com/lannonbr/vscode-js-annotations","last_synced_at":"2025-04-16T00:32:55.623Z","repository":{"id":52397507,"uuid":"143362940","full_name":"lannonbr/vscode-js-annotations","owner":"lannonbr","description":"Javascript / Typescript Parameter Annotations for Visual Studio Code","archived":true,"fork":false,"pushed_at":"2021-04-30T01:45:46.000Z","size":290,"stargazers_count":106,"open_issues_count":33,"forks_count":16,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-08-01T22:01:45.604Z","etag":null,"topics":["javascript","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=lannonbr.vscode-js-annotations","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lannonbr.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-03T01:39:14.000Z","updated_at":"2023-10-15T18:35:13.000Z","dependencies_parsed_at":"2022-09-06T05:50:23.058Z","dependency_job_id":null,"html_url":"https://github.com/lannonbr/vscode-js-annotations","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lannonbr%2Fvscode-js-annotations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lannonbr%2Fvscode-js-annotations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lannonbr%2Fvscode-js-annotations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lannonbr%2Fvscode-js-annotations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lannonbr","download_url":"https://codeload.github.com/lannonbr/vscode-js-annotations/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223691704,"owners_count":17186868,"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":["javascript","vscode","vscode-extension"],"created_at":"2024-08-01T21:01:44.601Z","updated_at":"2024-11-08T13:30:53.547Z","avatar_url":"https://github.com/lannonbr.png","language":"TypeScript","funding_links":[],"categories":["javascript"],"sub_categories":[],"readme":"# ⚠️ This repo is no longer being maintained. See [#92](https://github.com/lannonbr/vscode-js-annotations/issues/92)\n\n---\n\n# JS / TS Parameter Annotations for Visual Studio Code\n\n[![VS Marketplace Version](https://vsmarketplacebadge.apphb.com/version-short/lannonbr.vscode-js-annotations.svg)](https://marketplace.visualstudio.com/items?itemName=lannonbr.vscode-js-annotations)\n[![VS Marketplace Installs](https://vsmarketplacebadge.apphb.com/installs-short/lannonbr.vscode-js-annotations.svg)](https://marketplace.visualstudio.com/items?itemName=lannonbr.vscode-js-annotations)\n[![VS Marketplace Rating](https://vsmarketplacebadge.apphb.com/rating-short/lannonbr.vscode-js-annotations.svg)](https://marketplace.visualstudio.com/items?itemName=lannonbr.vscode-js-annotations)\n[![TravisCI Build Status](https://travis-ci.org/lannonbr/vscode-js-annotations.svg?branch=master)](https://travis-ci.org/lannonbr/vscode-js-annotations)\n[![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/xdqr6dl8ofk27sdi?svg=true)](https://ci.appveyor.com/project/lannonbr/vscode-js-annotations)\n\n![jsannotations screenshot](jsannotations.png)\n\nvscode-js-annotations goes through any Javascript or Typescript file and inserts parameter annotations into all function calls so it is easily noticable on what a particular parameter is.\n\n## Settings\n\nThere currently is a few configurable settings in the extension\n\n| Name | Description | Default |\n|-------|------------|---------|\n| `jsannotations.enabled`  | Enable JS Annotations | true |\n| `jsannotations.hideIfEqual` | Hide annotation if argument name matches parameter name | true |\n| `jsannotations.hideInvalidAnnotation` | Hide annotations for invalid params | true |\n| `jsannotations.hideDiagnostics` | Hide red squiggles under invalid parameters | false |\n| `jsannotations.fontWeight` | Annotation styling of font-weight CSS property | \"400\" |\n| `jsannotations.fontStyle` | Font style for annotations. | \"italic\" |\n\n## Themable Colors\n\nJS Annotations provides a single themable color being the color of what the annotation should be. It can be added to the `workbench.colorCustomizations` property in user settings.\n\n| Name | Description |\n|------|-------------|\n| `jsannotations.annotationForeground` | Specifies the foreground color for the annotations |\n\n## Contributors 👨‍💻 👩‍💻\n\nThanks to the following Contributors who have helped with this project in any way\n\n* Flavio Copes ([@flaviocopes](https://github.com/flaviocopes)) (PRs)\n* Guilherme Amorim ([@GuiAmPm](https://github.com/GuiAmPm)) (PRs)\n* Laurens Bosscher ([@LaurensBosscher](https://github.com/LaurensBosscher)) (Issues)\n* Luca Steeb ([@steebchen](https://github.com/steebchen)) (Issues)\n* Mike Erickson ([@mikeerickson](https://github.com/mikeerickson)) (PRs, Issues)\n* Nigel Scott ([@Gruntfuggly](https://github.com/Gruntfuggly)) (Issues)\n* Nurbol Alpysbayev ([@anurbol](https://github.com/anurbol)) (Issues)\n* Roman Pavlov ([@romap0](https://github.com/romap0)) (PRs)\n* Sioxas ([@sioxas](https://github.com/Sioxas)) (Issues)\n* Thibault Malbranche ([@Titozzz](https://github.com/Titozzz)) (Issues)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flannonbr%2Fvscode-js-annotations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flannonbr%2Fvscode-js-annotations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flannonbr%2Fvscode-js-annotations/lists"}