Cannot navigate to definition
See original GitHub issueI’m submitting a bug report
- Extension Version: 1.0.5
Please tell us about your environment:
-
Operating System: Windows 10
-
Visual studio code version: 1.41.1
Screenshot of incorrect highlight
Current behavior:
Above error is thrown by extension when Ctrl-clicking a property in an .bind=""
-expression in the HTML view.
Expected/desired behavior: That VS Code would navigate to the property in the related view-model.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:4
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Go To Definition: "Cannot navigate to the symbol under the ...
I suddenly started experiencing a problem today in my project where clicking Go To Definition gives me a strange error: "Cannot navigate to...
Read more >Cannot Navigate to Defnition - MSDN - Microsoft
Error message : Cannot navigate to definition. When I create a new page going to the definition works ok. DataAccess is simply a...
Read more >Cannot navigate to the symbol under the caret in ASP.NET ...
Developer Community · 1) Right click on "References" in the Solution Explorer · 2) Select "Manage NuGet Packages" · 3) Under the "Installed"...
Read more >Cannot navigate to the symbol under the caret #20779 - GitHub
Version Used: VS 2017 Professional Version 15.2 (26430.14) Release Steps to Reproduce: Go to Definition of Class "AbpWebApplication" ...
Read more >Cannot navigate to the symbol under the carret after updating ...
... suddenly some projects refuse to provide navigation between tokens, you can't just click on anything and "Go to Definition...".
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I also noticed this: https://github.com/aurelia/vscode-extension/blob/f4707ab6fa5f04cd4d27c98450c1db9cc7e637cf/src/server/FileParser/ProcessFiles.ts#L26
Does this mean it will only parse files in /src/-directories?
Fixed by v2.1.0
Feel free to reopen, if issue persists
Corresponding test: https://github.com/aurelia/vscode-extension/blob/3fbeea35ec648cb5c21071847c448303f2ee5a59/tests/features/capabilities/definitions/definitions.feature#L21