VScode right click misses limited and Go to definition and more are not working

Viewed 25

I have a project in C language, and many options I used to do are not working anymore.

For example:

  • CTRL + hover: doesn't show the definition.
  • CTRL + click: doesn't go to the definition.
  • Right click menu is very limited enter image description here
  • Outline doesn't work.
    enter image description here

I have already tried the next things:

  • Remove .vscode from the folder.
  • Open a new workspace.
  • Reinstall VScode.
  • Disable all extensions.

Thank for help,

Linux version: Ubuntu 18.04 VScode version: 1.71.2

Extensions list:

  • better-comments v3.0.2
  • better-cpp-syntax v1.15.19
  • code-settings-sync v3.4.3
  • CppSnippets v0.0.15
  • cpptools-themes v1.0.0
  • kite v0.147.0
  • perforce v4.15.5
  • remote-containers v0.251.0
  • remote-ssh v0.84.0
  • remote-ssh-edit v0.80.0
  • remote-wsl v0.66.3
1 Answers

I found that the settings sync deleted all the C/Cpp extensions by mistake, which is why I didn't have any of the above.

Related