palantir / palantir/documentalist
include type arguments in entity name
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- TypeScript
- Stars
- 160
- Forks
- 32
- Avg merge
- 1h 40m
- Merged PRs (30d)
- 141
Description
in code it's IPanel<P> but the type arg does not appear in the interface table. (does appear on member properties though.)

Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how interface entities are rendered in the interface table, then compare that path with the member-property rendering that already shows type arguments. The issue is done when an interface such as IPanel
displays its type argument in the interface table as well.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100