Eclipse CC++ how to find variable belongs to which struct quickly - Stack Overflow

In a large C header file where defines many struct, like following,struct s1 {...};struct s2{int var_

In a large C header file where defines many struct, like following,

struct s1 {
  ...
};

struct s2{
  int var_1;
  int var_2;
  int var_3;

  ...
  int var_200;
  ...

  int var_500;
};

struct s3{
  ...
};

I want to know var_200 belongs to which struct, in this case, it is s2.

Scrolling up in this case, not only slow, but also easy to miss the correct curly bracket(because there can be struct in the struct, there could be many curly bracket). Is there any good method to do this?

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744939020a4602206.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信