Relative Content

Tag Archive for visual-studio-code

Microsoft VisualStudio Code “go to reference” doesn’t work

I used to be able to Ctrl+Click on a variable/function and a refernce menu would open up and show the defenition and usages of said variable/function. Alternatively I could right-click on a variable/function and this feature was in the context menu. Now this feature went away and I don’t remember changing any settings. If I run VSCode as another user it is there in same project. If i ask my colleague to open my project it is there. How can I reset VSCode? I tried reinstalling but it seemed to pickup my user config as it didn’t revert to default theme after reinstalling as well as the code reference feature was still missing. This is a Javascript project and it does not require any extension OR jsconfig.json file to work as was confirmed by my colleague. Why did this happen and how do I reset this?
Thanks