microsoft / microsoft/TypeScript
Make codefix for implementing interfaces work with @implements
Open
Nobody has claimed this yet.
Awaiting More Feedback
Suggestion
- Dominant language
- Go
- Stars
- 111k
- Forks
- 14.3k
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 132
Description
Suggestion
Expand code fix ClassIncorrectlyImplementsInterface to also work in js when using the @implements jsDoc tag.
Related: #36292
CC: @sandersn
Contributor guide
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 locating the ClassIncorrectlyImplementsInterface code fix and review related issue #36292. Trace how the fix handles JavaScript classes, then determine the existing @implements JSDoc path it must support. Done means the code fix also works for JavaScript classes using @implements.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, typescript
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100