Open
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: []