Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
449 views
in Technique[技术] by (71.8m points)

c++ - 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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Have you installed this extension on the remote server:

enter image description here


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...