<legend id='Ahvkz'><style id='Ahvkz'><dir id='Ahvkz'><q id='Ahvkz'></q></dir></style></legend>
          <bdo id='Ahvkz'></bdo><ul id='Ahvkz'></ul>

        <tfoot id='Ahvkz'></tfoot>

        <small id='Ahvkz'></small><noframes id='Ahvkz'>

        <i id='Ahvkz'><tr id='Ahvkz'><dt id='Ahvkz'><q id='Ahvkz'><span id='Ahvkz'><b id='Ahvkz'><form id='Ahvkz'><ins id='Ahvkz'></ins><ul id='Ahvkz'></ul><sub id='Ahvkz'></sub></form><legend id='Ahvkz'></legend><bdo id='Ahvkz'><pre id='Ahvkz'><center id='Ahvkz'></center></pre></bdo></b><th id='Ahvkz'></th></span></q></dt></tr></i><div id='Ahvkz'><tfoot id='Ahvkz'></tfoot><dl id='Ahvkz'><fieldset id='Ahvkz'></fieldset></dl></div>

        从 Intellisense 中隐藏 C++ 代码块

        时间:2023-05-23
        <i id='1T8wi'><tr id='1T8wi'><dt id='1T8wi'><q id='1T8wi'><span id='1T8wi'><b id='1T8wi'><form id='1T8wi'><ins id='1T8wi'></ins><ul id='1T8wi'></ul><sub id='1T8wi'></sub></form><legend id='1T8wi'></legend><bdo id='1T8wi'><pre id='1T8wi'><center id='1T8wi'></center></pre></bdo></b><th id='1T8wi'></th></span></q></dt></tr></i><div id='1T8wi'><tfoot id='1T8wi'></tfoot><dl id='1T8wi'><fieldset id='1T8wi'></fieldset></dl></div>
        <tfoot id='1T8wi'></tfoot>
          <bdo id='1T8wi'></bdo><ul id='1T8wi'></ul>

            <tbody id='1T8wi'></tbody>
          <legend id='1T8wi'><style id='1T8wi'><dir id='1T8wi'><q id='1T8wi'></q></dir></style></legend>
          1. <small id='1T8wi'></small><noframes id='1T8wi'>

                  本文介绍了从 Intellisense 中隐藏 C++ 代码块的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  限时送ChatGPT账号..

                  为了解决 MSVC++ 2010 中的一些 Intellisense 缺陷,我想从 Intellisense 隐藏"一些代码块,而不是编译器.例如:

                  In order to work around some Intellisense deficiencies in MSVC++ 2010, I would like to "hide" some code block from Intellisense, but not from the compiler. For example:

                  #ifndef INTELLISENSE
                  void foo(); // compiled, but skipped by Intellisense
                  #endif
                  

                  我正在寻找这个 INTELLISENSE 宏的确切名称,如果这样的宏存在的话;或做同样事情的等效方法.

                  I'm looking for the exact name of this INTELLISENSE macro, if such a macro exists; or an equivalent way to do the same thing.

                  推荐答案

                  适用于 VC++ 2010 的宏是 __INTELLISENSE__,如本博客文章所述:IntelliSense 缓慢的故障排除技巧

                  The proper macro for VC++ 2010 is __INTELLISENSE__, as described in this blog article: Troubleshooting Tips for IntelliSense Slowness

                  这篇关于从 Intellisense 中隐藏 C++ 代码块的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:调试和发布库链接与 CMAKE (VISUAL STUDIO) 下一篇:为什么函数不能在 Main 之后

                  相关文章

                  最新文章

                  • <bdo id='fDpTY'></bdo><ul id='fDpTY'></ul>

                  <small id='fDpTY'></small><noframes id='fDpTY'>

                • <tfoot id='fDpTY'></tfoot>

                      <i id='fDpTY'><tr id='fDpTY'><dt id='fDpTY'><q id='fDpTY'><span id='fDpTY'><b id='fDpTY'><form id='fDpTY'><ins id='fDpTY'></ins><ul id='fDpTY'></ul><sub id='fDpTY'></sub></form><legend id='fDpTY'></legend><bdo id='fDpTY'><pre id='fDpTY'><center id='fDpTY'></center></pre></bdo></b><th id='fDpTY'></th></span></q></dt></tr></i><div id='fDpTY'><tfoot id='fDpTY'></tfoot><dl id='fDpTY'><fieldset id='fDpTY'></fieldset></dl></div>
                      <legend id='fDpTY'><style id='fDpTY'><dir id='fDpTY'><q id='fDpTY'></q></dir></style></legend>