最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

c++ - When using vscode, how to jump into wanted implement with the same name's functions? - Stack Overflow

programmeradmin1浏览0评论

I am using vscode to learn codes of others, and there are several projects in the CmakeList.txt (That is to say, there are several sub projects after the main project, and after building, several executable files will be generated).

But different sub projects contain different files with the same name (like a.cpp) which has functions with the same name (like void func(){}), they are called by those different projects with the similar implement.

But now I want to concertrate in one particular sub project, and when I ctrl + left click on void func(){} to see the implement, all void func(){}s will come out and I have to choose the one that the particular sub project calls.

So how to set my vscode, when I ctrl + left click on void func(){} just jump into my wanted implement?

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论