Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS code : cannot jump between header file and related cpp file

I have a big c++ project in linux. I try to open this project in VS code in windows using remote ssh. After project loaded, i found it cannot jump between header file and its related cpp files, and also cannot jump to variable definition or implemention.

And i already installed extention c/c++, switcher. But i found right click on a variable, it has only following features. Anyone know how to fix it? This is the first time to use VS code. Thanks!

enter image description here

like image 450
taotao Avatar asked Dec 06 '25 06:12

taotao


1 Answers

Have you installed this extension on the remote server:

enter image description here

like image 97
anurag Avatar answered Dec 07 '25 19:12

anurag