473,770 Members | 6,158 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Intellisense loses context...

Hi,

I have a custom ListView-type control that I designed a few months ago. The control is completely stable and functional. However, often, the Visual Studio .NET IDE's Intellisense will lose and not display members not contained inside of Control (which my control is inherited from). Despite this, program execution still works fine; Intellisense just stops displaying these members, is all. If I close down Visual Studio and open it again, everything is visible again.

Why would this be happening?

Thanks!

Yaron
Nov 16 '05 #1
1 1896
My experience is that Intellisense is very fragile, it suddenly stops
working for no apparant reason. A general oppinion on the newsgroups is that
syntax errors is the most likely reason.

In my case it stops working more often in Managed C++ than C#. Others say
they haven't had problems in VB.NET. From what I gather the Intellisense
works by scanning the codebase, so syntax errors are a primary suspect. This
however doesn't explain my most consistent Intellisense failure, typed
dataset. When I use typed datasets, Intellisense usuall works at the
beginning, but after a while, nothing appears for the typed dataset,
Intellisense works for the rest of my code.

Fixing the syntax error or restarting the IDE are common suggestions.
Recompiling the whole project has sometimes fixed my typed dataset problem.

Event though I have had syntactic correct code, Intellisense fails, so the
suggestions above might not work for you.

Chris

"Yaron" <Ya***@discussi ons.microsoft.c om> wrote in message
news:F8******** *************** ***********@mic rosoft.com...
Hi,

I have a custom ListView-type control that I designed a few months ago. The control is completely stable and functional. However, often, the Visual
Studio .NET IDE's Intellisense will lose and not display members not
contained inside of Control (which my control is inherited from). Despite
this, program execution still works fine; Intellisense just stops displaying
these members, is all. If I close down Visual Studio and open it again,
everything is visible again.
Why would this be happening?

Thanks!

Yaron

Nov 16 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
3660
by: soni29 | last post by:
hi, i'm working on a java editor, college assignment, i wanted to add the intellisense option in it, but don't know where to start. i was thinking about displaying a context menu after the user hits the . (period), but is this the best way? And how do i go about getting the methods And variables associated with the class? Thank you.
4
11607
by: Phill | last post by:
Here's what I'm doing to make the right context mnue show up based on what node was cliked: private void tvwMenu_MouseUp(object sender, MouseEventArgs e) { //Select Node When Right Clicked & Set Context Menu To Use if( e.Button == MouseButtons.Right ) { TreeNode node = tvwMenu.GetNodeAt( new Point( e.X, e.Y ) ); if( node != null )
5
2027
by: Simon | last post by:
Hi, I'm slowly moving from VB.Net to C#. When using VB.Net in Visual Studio (for Windows and Web Forms) the code window identifies a set of '(Overrides)'. I am unable to locate and such IDE/Intellisense help for this in C#. Is it there? Thanks,
1
3388
by: Dennis | last post by:
I'm using VS 2003 my project uses COM interop and the Tao Framework. I have a custom control derived from UserControl. It implements many functions similar to the Tao's SimpleOpenGLControl, for example I also have a MakeCurrent() method. Inside of the overriden method for CreateParams() I also set the CS_OWNDC bit so that my control has a private DC. During instantiation of my control I make a call to User32.dll to GetDC(IntPtr...
5
1087
by: Geoff Jones | last post by:
Hiya I'm using VB.Net and wondering if somebody could tell me how to stop the Intellisense system doing something rather irritating. Basically, if I write some code for an object as soon as I write the period i.e. dot, I get a list of all the members available. Fine! No problem there. However, suppose, for example, I am writing for the button click event of a toolbar. When I write
12
4836
by: Peteroid | last post by:
I was creating my application just fine for the last 3 weeks or so. Then, starting this morning, IntelliSense seems to be having problems. It goes into a locked 'Updating IntelliSense..." mode. When this happens its time to close VS C++.NET, which can only be done via the Windows Task Manager. I tried repairing C++. It did seem to help, but the problem is back a few hours later. I will try creating a new project, copy over source files,...
0
826
by: formyjunkemails | last post by:
I would like to use the same options to publish my website using 2.0. However, it might save my options once or twice, but then completely loses the information. Since I'm not publishing to the default location & I'm delay signing, it's kind of a pain to re-enter everything. Any ideas on how to keep this info available? Thank you, Ember
7
6258
by: -Lost | last post by:
I am calling setTimeout within the context of an object, and whilst this exists, it refuses to be passed along to the function I call. For example: $elemById('id').change = function() { // the function returns the object itself, 'this' exists alert(this); // setTimeout('alert(this);',1000); // }
5
2592
by: chandan | last post by:
Hi, Intellisense is not working in VS 2005 IDE.How can I enable the intellisense ? Thanks, Chandan kumar
0
9425
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10231
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10059
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9871
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8887
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7416
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
1
3972
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3576
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2817
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.