0

I use standart VS code with few themes extensions and Prettier + IntelliCode and when I try to find a Reference or Implementation of any class or function - it just don't work.

I have file main.js and car.js and if I try to find reference of car and file car.js closed in tab, it will show no references, but if i open car.js it starts to work. Is there a way to make CodeLens work in all files, not just opened?

I expecting that CodeLens show me a reference in car.js

I already try jsconfig.json with

{
  "include": ["*/.js"]
}

and:

"files.associations": {
  "*.js": "javascript"
},

but it won't help

0 Answers0