downshift-js/downshift

JSDoc comments in typings to enhance usability of props

Open

#1,057 opened on 2020年5月20日

GitHub で見る
 (2 comments) (3 reactions) (0 assignees)JavaScript (980 forks)batch import
chorehelp wanted

Repository metrics

Stars
 (11,761 stars)
PR merge metrics
 (平均マージ 6d 9h) (30d で 5 merged PRs)

説明

  • downshift version: 5.4.0

Problem description:

Currently, all descriptions of props are found through Github. They are nice and all, but it is a hassle to access the repo every time I need to read further up on the props.

Suggested solution:

Add all descriptions to index.d.ts from the README's in a JSDoc-like format (e.g. typedoc), thus having the descriptions readily available through your IDE/editor of choice

Here is an example of what it may look like in VSCode when a line was added. image

コントリビューターガイド