码迷,mamicode.com
首页 > 其他好文 > 详细

SourceInsight中 加namespace宏后,无法跳转问题解决

时间:2015-03-12 16:55:42      阅读:278      评论:0      收藏:0      [点我收藏+]

标签:

 

Option->preferences->languages:

C++ language->special, checked Ignore namespace declarations.

技术分享

详见:http://www.sourceinsight.com/docs35/ad919334.htm

Special Language Options

When you click the Special button in the Preferences: Languages dialog box, the Special Language Options dialog box appears. This dialog box controls special options for built-in languages.

C/C++ Options

Ignore namespace declarations

If checked, then namespace declarations are simply ignored in C++ code. All symbols declared within the namespaces are considered at the file scope, as though you did not write the namespace declaration.

If not checked (the default), then symbols declared within namespaces are considered in the namespace scope.

SourceInsight中 加namespace宏后,无法跳转问题解决

标签:

原文地址:http://www.cnblogs.com/zxj015/p/4332611.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!