microsoft / microsoft/TypeScript

navto does not include jsdoc @typedef symbols

Open
#33,404 0 comments 1 reaction 0 assignees View on GitHub

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
 */
  1. 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.