Hongmeng Hi3861 problem solved - DevEco VSCode cannot jump

1. Problem description

        Use Windows and Ubuntu to compile and download , and build a VSCode+DevEco Device Tool environment under Windows . Modify and compile the code remotely through SSH on the Ubuntu system.

        In VSCode, Ctrl+left button cannot jump . Hold down the Ctrl key and move the mouse over the function, nothing will happen.

2. Problem Analysis

        The reason is simple, lack of C/C++ plug-in dependencies . The previously installed C/C++ plug-in was installed under Windows, but not under ubuntu , so it needs to be installed under ubuntu.

3. Problem solving

Search for " c++ "         in VSCode's " Extensions "

         Install " C/C++ Extension Pack ", and note that it is installed on the remote side .

         After installation, you can jump normally .

 

Guess you like

Origin blog.csdn.net/qq_26226375/article/details/130869637