microsoft / microsoft/TypeScript
navto does not include jsdoc @typedef symbols
Open
Nobody has claimed this yet.
Experience Enhancement
Suggestion
- Dominant language
- Go
- Stars
- 111k
- Forks
- 14.3k
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 132
Description
TypeScript Version: 3.7.0-dev.20190911
Search Terms:
- navTo
- workspace symbol search
Code
For the js file:
/**
* Describes a duck
* @typedef {{rubber: boolean, color: string}} Duck
*/
- Do a workspace symbol search
Expected behavior:
Duck is returned in navto response
Actual behavior:
No result for Duck included
[Trace - 5:52:43 PM] <semantic> Sending request: navto (103). Response expected: yes. Current queue length: 0
Arguments: {
"file": "/Users/matb/projects/san/main.js",
"searchValue": "Duck"
}
[Trace - 5:52:43 PM] <semantic> Response received: navto (103). Request took 49 ms. Success: true
Result: []
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 reproducing the navto workspace-symbol request with the provided JavaScript JSDoc @typedef snippet and the search value "Duck". Trace the navto entry point and verify that the completed behavior includes Duck in the response, rather than returning an empty result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, typescript
- Domain
- developer-experience, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100