Using Rider 2020.3 with Vue.js plugin and Vue 3.0.5. I have my Vue html in a razor .cshtml file and reference the Vue Javascript app.js in a script tag in the bottom, together with file Translations.js.
Rider can't "go to reference" on either Vue data or methods like in image "errors" is unrecognized while "text" is found from the plain old JS object in Translations.js.
How do I get "go to reference" to work from .cshtml to app.js for Vue references using Rider?
2.1m questions
2.1m answers
60 comments
57.0k users