Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

`Go to Definition` option is no more visible on my VS Code

I am no longer able to see Go to Definition option on right click in visual studio code. Can anyone please tell me what am I missing ??

enter image description here

like image 898
Abhisar Tripathi Avatar asked Sep 06 '25 03:09

Abhisar Tripathi


1 Answers

Installing C/C++ IntelliSense, debugging, and code browsing extension fixed the issue for me.

like image 119
mmoadeli Avatar answered Sep 09 '25 16:09

mmoadeli