gpt4 book ai didi

.net - C++.net 单行代码破坏智能感知?

转载 作者:行者123 更新时间:2023-12-04 06:22:04 25 4
gpt4 key购买 nike

我已经做了四年的 c++.net 开发人员,并且遇到了几个奇怪的特质。然而,最令人沮丧的是当智能感知停止工作时。

我有以下功能:

Void panelXYReport::ProcessResult()
{
try
{
this->panelReportBase::ProcessResult();
this->RequestGetSelectedTestpoints(this, selectedTestpointNumbers); //<- THIS LINE
for each(rptTestpoint^ thisTestpoint in this->TestpointCollectedValues)
...

Intellisence 在函数的第一行 - 第三行工作正常。一旦我在那里遇到事件,intellisense 就会停止工作,直到函数结束。我所说的停止工作的意思是,如果光标在该行之前,那很好。后来,它没有。以下是声明和事件信息:
   public: 
/// <summary>
/// event to ask the testpoint grid which testpoints are selected
/// </summary>
event TestpointListEventDelegate<long>^ RequestGetSelectedTestpoints;

有什么想法吗?
提前致谢。

最佳答案

用于提高智能的视觉工作室的第三方插件是否可以解决这个问题,例如 Visual Assist X?

Visual Assist X improves on default IntelliSense with Enhanced Listboxes, parameter information that is frequent and helpful, and hovering tooltips for virtually all symbols. Instantly view the context and definition of a symbol just by clicking on it. Hover over symbols while browsing code to see overrides, other members of its class, related enums, etc. Get the information you need without hunting for it.



或者只是升级到较新版本的 Visual Studio?

关于.net - C++.net 单行代码破坏智能感知?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6425303/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com