- 
                Notifications
    
You must be signed in to change notification settings  - Fork 35.9k
 
Closed
Labels
javascriptJavaScript support issuesJavaScript support issuesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)
Description
- VSCode Version: 1.12.2
 - OS Version: Windows 7 Enterprise
 
Steps to Reproduce:
- Use the file from gist and save it locally. https://gist.github.com/maxibanki/6b1fa08ab0a2bc700ec77578fd991fc6
 - Try to Ctrl + click on Line 23 _huHeaderData e.g. and see that only 
anyis shown. 
tsserver.log with verbose log level
Open files: 
header.js
Info 227  request: {"seq":48,"type":"request","command":"occurrences","arguments":{"file":"header.js","line":23,"offset":22}}
Perf 228  48::occurrences: elapsed time (in milliseconds) 2.0656
Info 229  response: {"seq":0,"type":"response","command":"occurrences","request_seq":48,"success":true,"body":[{"start":{"line":23,"offset":20},"end":{"line":23,"offset":24},"file":"header.js","isWriteAccess":false}]}
Info 230  request: {"seq":49,"type":"request","command":"definition","arguments":{"file":"header.js","line":23,"offset":22}}
Perf 231  49::definition: elapsed time (in milliseconds) 2.5592
Info 232  response: {"seq":0,"type":"response","command":"definition","request_seq":49,"success":false,"message":"No content available."}
Info 233  request: {"seq":50,"type":"request","command":"definition","arguments":{"file":"header.js","line":23,"offset":27}}
Perf 234  50::definition: elapsed time (in milliseconds) 0.3365
Info 235  response: {"seq":0,"type":"response","command":"definition","request_seq":50,"success":false,"message":"No content available."}
Info 236  request: {"seq":51,"type":"request","command":"quickinfo","arguments":{"file":"header.js","line":23,"offset":26}}
Perf 237  51::quickinfo: elapsed time (in milliseconds) 0.3780
Info 238  response: {"seq":0,"type":"response","command":"quickinfo","request_seq":51,"success":true,"body":{"kind":"","kindModifiers":"","start":{"line":23,"offset":25},"end":{"line":23,"offset":38},"displayString":"any","documentation":"","tags":[]}}
Info 239  request: {"seq":52,"type":"request","command":"definition","arguments":{"file":"header.js","line":23,"offset":22}}
Perf 240  52::definition: elapsed time (in milliseconds) 0.7064
Info 241  response: {"seq":0,"type":"response","command":"definition","request_seq":52,"success":false,"message":"No content available."}
Info 242  request: {"seq":53,"type":"request","command":"quickinfo","arguments":{"file":"header.js","line":23,"offset":22}}
Perf 243  53::quickinfo: elapsed time (in milliseconds) 1.5502
Info 244  response: {"seq":0,"type":"response","command":"quickinfo","request_seq":53,"success":true,"body":{"kind":"","kindModifiers":"","start":{"line":23,"offset":20},"end":{"line":23,"offset":24},"displayString":"any","documentation":"","tags":[]}}
Info 245  request: {"seq":54,"type":"request","command":"definition","arguments":{"file":"header.js","line":23,"offset":25}}
Perf 246  54::definition: elapsed time (in milliseconds) 0.4480
Info 247  response: {"seq":0,"type":"response","command":"definition","request_seq":54,"success":false,"message":"No content available."}
Info 248  request: {"seq":55,"type":"request","command":"quickinfo","arguments":{"file":"header.js","line":23,"offset":27}}
Perf 249  55::quickinfo: elapsed time (in milliseconds) 0.3525
Info 250  response: {"seq":0,"type":"response","command":"quickinfo","request_seq":55,"success":true,"body":{"kind":"","kindModifiers":"","start":{"line":23,"offset":25},"end":{"line":23,"offset":38},"displayString":"any","documentation":"","tags":[]}}
Info 251  request: {"seq":56,"type":"request","command":"occurrences","arguments":{"file":"header.js","line":23,"offset":27}}
Perf 252  56::occurrences: elapsed time (in milliseconds) 0.3539
Info 253  response: {"seq":0,"type":"response","command":"occurrences","request_seq":56,"success":false,"message":"No content available."}
Info 254  request: {"seq":57,"type":"request","command":"definition","arguments":{"file":"header.js","line":23,"offset":27}}
Perf 255  57::definition: elapsed time (in milliseconds) 0.3481
Info 256  response: {"seq":0,"type":"response","command":"definition","request_seq":57,"success":false,"message":"No content available."}
Info 257  request: {"seq":58,"type":"request","command":"quickinfo","arguments":{"file":"header.js","line":23,"offset":27}}
Perf 258  58::quickinfo: elapsed time (in milliseconds) 0.3481
Info 259  response: {"seq":0,"type":"response","command":"quickinfo","request_seq":58,"success":true,"body":{"kind":"","kindModifiers":"","start":{"line":23,"offset":25},"end":{"line":23,"offset":38},"displayString":"any","documentation":"","tags":[]}}(I've modified the filepath in the log)
I don't know if this is a VSCode issue or because of the special syntax from https://github.com/SAP/openui5.
In Webstorm this function navigation for example is working pretty fine.
Metadata
Metadata
Assignees
Labels
javascriptJavaScript support issuesJavaScript support issuesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)