Intellisense
-
It's surprising when I see these occasional posts about Intellisense, I think I'm one of the lucky few to have never experienced any problems with it!
=====
\ | /
\|/
|
|-----|
| |
|_ |
_) | /
_) __/_
_) ____
| /|
| / |
| |
|-----|
|===
Either you are very lucky, or you exude an aura that tells intellisense not to mess with you. :-\
Gryphons Are Awesome! Gryphons Are Awesome!
-
It is useful, but is sometimes can be a little annoying, with the 'Waiting for a background operation to complete' message, which is usually caused (in my experience) by a FUBARed intellisense parser thread (I have been getting errors in the Windows Event Log related to that, with the 'helpful' message 'Intellisense FUBAR - oops.' or even no message. [Don't have any right now, so no screenshot]) The VS2012 Update 1 seemed to remove those 'messages', but the problem remains. I could go on and on about intellisense's quirks, but that would be heavy reading (not to mention long), so I will leave it at this. My new term for Intellisense is 'Intellinonsense'.
Gryphons Are Awesome! Gryphons Are Awesome!
Since I discovered Visual Assist, I have never had a problem with it. I haven't tried Visual Assist on 2012 yet, but as a comparison: The quality of Intellisense with Visual Assist on VS2008, was about the same leap of improvement as the leap of improvement for Intellisense from VS6 to VS2005.
Software Engineering is different from the traditional forms of engineering that are bound by the laws of physics. Software Engineering is only bound by the laws of stupidity.
-
No :laugh: It genuinely works fine for me.
=====
\ | /
\|/
|
|-----|
| |
|_ |
_) | /
_) __/_
_) ____
| /|
| / |
| |
|-----|
|===
Do you use boost or other large libraries? I get the waiting for intellisense prompt while changing code at minimum a dozen times per week. Not only is it frustrating, I wish there was a way to force it to not update. I would rather it be a little behind than to bing force to wait for 30 seconds or so with the UI totally unresponsive.
John
-
Do you use boost or other large libraries? I get the waiting for intellisense prompt while changing code at minimum a dozen times per week. Not only is it frustrating, I wish there was a way to force it to not update. I would rather it be a little behind than to bing force to wait for 30 seconds or so with the UI totally unresponsive.
John
No, I only use Visual Studio for C (not C++) and Python (via Python Tools for VS[^]). I use VS for assembler sometimes too, but there's no intellisense there so that doesn't count anyway.
=====
\ | /
\|/
|
|-----|
| |
|_ |
_) | /
_) __/_
_) ____
| /|
| / |
| |
|-----|
|===
-
I feel that way about most issues that people seem to have with most software. Most everything I see people complain about, seems to work for me. Oh well ...
CQ de W5ALT
Walt Fair, Jr., P. E. Comport Computing Specializing in Technical Engineering Software
Same here, with the exception of damned Virtual Box, never have been able to get USB support working in it. And don't even get me started on it's "auto-update" feature, if you can call it that! It presents a message box telling you there's a new version available, with a *hyperlink* to the EXE of the new version, and the best part? The link dosent even work when you click it meaning you have to copy and paste the link from the message box!
=====
\ | /
\|/
|
|-----|
| |
|_ |
_) | /
_) __/_
_) ____
| /|
| / |
| |
|-----|
|===
-
It's surprising when I see these occasional posts about Intellisense, I think I'm one of the lucky few to have never experienced any problems with it!
=====
\ | /
\|/
|
|-----|
| |
|_ |
_) | /
_) __/_
_) ____
| /|
| / |
| |
|-----|
|===
Me too. My biggest complaint is that it is sometimes too slow or fell asleep :zzz:
Jim Meadors
-
Same here, with the exception of damned Virtual Box, never have been able to get USB support working in it. And don't even get me started on it's "auto-update" feature, if you can call it that! It presents a message box telling you there's a new version available, with a *hyperlink* to the EXE of the new version, and the best part? The link dosent even work when you click it meaning you have to copy and paste the link from the message box!
=====
\ | /
\|/
|
|-----|
| |
|_ |
_) | /
_) __/_
_) ____
| /|
| / |
| |
|-----|
|===
>with the exception of damned Virtual Box, never have been able to get USB support working in it.< VirtualBox USB is a pain in the arse on Windows. It must be the same reason Microsoft yanked USB from Virtual PC when they acquired it from Connectix. USB works a charm when drive letters aren't involved.
"It's true that hard work never killed anyone. But I figure, why take the chance." - Ronald Reagan That's what machines are for. Got a problem? Sleep on it.
-
Me too. My biggest complaint is that it is sometimes too slow or fell asleep :zzz:
Jim Meadors
I see the 'sleep' issue as well, usually hitting Control+Space wakes it up, every so often, though, VS will go boom instead.
Gryphons Are Awesome! Gryphons Are Awesome!
-
Do you use boost or other large libraries? I get the waiting for intellisense prompt while changing code at minimum a dozen times per week. Not only is it frustrating, I wish there was a way to force it to not update. I would rather it be a little behind than to bing force to wait for 30 seconds or so with the UI totally unresponsive.
John
Question: Why don't they do it in the BACKGROUND, so that it doesn't block the UI? It is SUPPOSED to be a background operation, but M$ decided to block the UI anyways. :mad:
Gryphons Are Awesome! Gryphons Are Awesome!
-
Same here, with the exception of damned Virtual Box, never have been able to get USB support working in it. And don't even get me started on it's "auto-update" feature, if you can call it that! It presents a message box telling you there's a new version available, with a *hyperlink* to the EXE of the new version, and the best part? The link dosent even work when you click it meaning you have to copy and paste the link from the message box!
=====
\ | /
\|/
|
|-----|
| |
|_ |
_) | /
_) __/_
_) ____
| /|
| / |
| |
|-----|
|===
I had to use VirtualBox in one of my classes, and the first thing I got working was the USB system, by installing an Add-On pack with some drivers and stuff. Why USB is not BUILT-IN confounds me. What were they thinking? ..... On second thought, WERE they thinking? ..... On third thought, I have decided the answer is no.
Gryphons Are Awesome! Gryphons Are Awesome!
-
It is useful, but is sometimes can be a little annoying, with the 'Waiting for a background operation to complete' message, which is usually caused (in my experience) by a FUBARed intellisense parser thread (I have been getting errors in the Windows Event Log related to that, with the 'helpful' message 'Intellisense FUBAR - oops.' or even no message. [Don't have any right now, so no screenshot]) The VS2012 Update 1 seemed to remove those 'messages', but the problem remains. I could go on and on about intellisense's quirks, but that would be heavy reading (not to mention long), so I will leave it at this. My new term for Intellisense is 'Intellinonsense'.
Gryphons Are Awesome! Gryphons Are Awesome!
Still using VS2010, but the only problems with IntelliSense I have are in C#... In VB my IntelliSense always shows as expected, but in C# I regularly get a message saying something like "cache being created" or something like that, I'm not sure about the message. One difference between VB and C# IntelliSense is that C# shows more information though, like which exceptions might be thrown by a method. Still, if IntelliSense doesn't show any information at all those exceptions that might be thrown are pretty useless to me too :)
It's an OO world.
public class Naerling : Lazy<Person>{
public void DoWork(){ throw new NotImplementedException(); }
} -
It is useful, but is sometimes can be a little annoying, with the 'Waiting for a background operation to complete' message, which is usually caused (in my experience) by a FUBARed intellisense parser thread (I have been getting errors in the Windows Event Log related to that, with the 'helpful' message 'Intellisense FUBAR - oops.' or even no message. [Don't have any right now, so no screenshot]) The VS2012 Update 1 seemed to remove those 'messages', but the problem remains. I could go on and on about intellisense's quirks, but that would be heavy reading (not to mention long), so I will leave it at this. My new term for Intellisense is 'Intellinonsense'.
Gryphons Are Awesome! Gryphons Are Awesome!
Intellisense in Visual Studio 2003 has impressive smartness: it runs a Nefarious Mode able to keep sleeping for days or weeks and then pops up all of a sudden to freeze the entire IDE. Need to kill the process and loose all recent work. From then on, it keeps crashing every time you dare to type in similar code, or just hover over some devil-possessed word. Just enough to ruin your day. Besides that anecdotic annoyance, I find that Intellisense under C++ is much less helpful than under C#, as it does not anticipate right-hand side of assignments based on type compatibility. In addition, it seems to stop working as soon as the slightest syntax error occurs in the text before, even though local inference remains possible.
-
It's surprising when I see these occasional posts about Intellisense, I think I'm one of the lucky few to have never experienced any problems with it!
=====
\ | /
\|/
|
|-----|
| |
|_ |
_) | /
_) __/_
_) ____
| /|
| / |
| |
|-----|
|===
Never had a problem with it as well. Lucky us :)
To alcohol! The cause of, and solution to, all of life's problems - Homer Simpson ---- Our heads are round so our thoughts can change direction - Francis Picabia
-
It is useful, but is sometimes can be a little annoying, with the 'Waiting for a background operation to complete' message, which is usually caused (in my experience) by a FUBARed intellisense parser thread (I have been getting errors in the Windows Event Log related to that, with the 'helpful' message 'Intellisense FUBAR - oops.' or even no message. [Don't have any right now, so no screenshot]) The VS2012 Update 1 seemed to remove those 'messages', but the problem remains. I could go on and on about intellisense's quirks, but that would be heavy reading (not to mention long), so I will leave it at this. My new term for Intellisense is 'Intellinonsense'.
Gryphons Are Awesome! Gryphons Are Awesome!
Intellisense causes problems for me about once every five years. That is roughly our schedule for VS updates, and the problem mentioned is to find out where the **** MS hid the deactivate option this time :confused: I prefer VisualAssist. It doesn't get in the way, it doesn't block the UI, and it offers a much higher level of intelligent support. :rose:
-
Intellisense in Visual Studio 2003 has impressive smartness: it runs a Nefarious Mode able to keep sleeping for days or weeks and then pops up all of a sudden to freeze the entire IDE. Need to kill the process and loose all recent work. From then on, it keeps crashing every time you dare to type in similar code, or just hover over some devil-possessed word. Just enough to ruin your day. Besides that anecdotic annoyance, I find that Intellisense under C++ is much less helpful than under C#, as it does not anticipate right-hand side of assignments based on type compatibility. In addition, it seems to stop working as soon as the slightest syntax error occurs in the text before, even though local inference remains possible.
Why do you bother? When I started at my current occupation it took me half an hour to get my boss purchase VisualAssist: 10 minutes to download and install the demo, 10 minutes to figure out what to present, and another 10 to demonstrate it to my boss and colleagues. No more Intellisense problems ever since... Interesting to hear that Intellisense may actually be useful for C#, we only do C++. But then, this shouldn't be surprising: after all C# is from MS. If they didn't know how to best use their own language, who would?
-
It is useful, but is sometimes can be a little annoying, with the 'Waiting for a background operation to complete' message, which is usually caused (in my experience) by a FUBARed intellisense parser thread (I have been getting errors in the Windows Event Log related to that, with the 'helpful' message 'Intellisense FUBAR - oops.' or even no message. [Don't have any right now, so no screenshot]) The VS2012 Update 1 seemed to remove those 'messages', but the problem remains. I could go on and on about intellisense's quirks, but that would be heavy reading (not to mention long), so I will leave it at this. My new term for Intellisense is 'Intellinonsense'.
Gryphons Are Awesome! Gryphons Are Awesome!
One thing that bothers me is SQL Intellisense. It's so random it doesn't work sometimes, then other times it springs up. Even Ctrl+space doesn't even work. C# Intellisense works quite well though, I only use minimal system usage for it though.
-
It is useful, but is sometimes can be a little annoying, with the 'Waiting for a background operation to complete' message, which is usually caused (in my experience) by a FUBARed intellisense parser thread (I have been getting errors in the Windows Event Log related to that, with the 'helpful' message 'Intellisense FUBAR - oops.' or even no message. [Don't have any right now, so no screenshot]) The VS2012 Update 1 seemed to remove those 'messages', but the problem remains. I could go on and on about intellisense's quirks, but that would be heavy reading (not to mention long), so I will leave it at this. My new term for Intellisense is 'Intellinonsense'.
Gryphons Are Awesome! Gryphons Are Awesome!
-
It's surprising when I see these occasional posts about Intellisense, I think I'm one of the lucky few to have never experienced any problems with it!
=====
\ | /
\|/
|
|-----|
| |
|_ |
_) | /
_) __/_
_) ____
| /|
| / |
| |
|-----|
|===
Same here, although I've only used it as far as Visual Studio 2008. I've found my typing has changed to take advantage of Intellisense when I'm writing C#. <rant> OTOH, Intellisense is the area where you see how important C++ and native mode development is to Microsoft. The consistently poor quality of Intellisense support reeks of contempt for C++ developers. </rant>
Software Zen:
delete this;
-
It is useful, but is sometimes can be a little annoying, with the 'Waiting for a background operation to complete' message, which is usually caused (in my experience) by a FUBARed intellisense parser thread (I have been getting errors in the Windows Event Log related to that, with the 'helpful' message 'Intellisense FUBAR - oops.' or even no message. [Don't have any right now, so no screenshot]) The VS2012 Update 1 seemed to remove those 'messages', but the problem remains. I could go on and on about intellisense's quirks, but that would be heavy reading (not to mention long), so I will leave it at this. My new term for Intellisense is 'Intellinonsense'.
Gryphons Are Awesome! Gryphons Are Awesome!
I really like Intellisense and find it is very productive for me. Only occasionally have I seen the waiting for background message to appear but since I usually have multiple activities occurring in parallel I can just shift focus onto another task until this is ready. Bottom line is that I find Intellisense very useful.
-
It's surprising when I see these occasional posts about Intellisense, I think I'm one of the lucky few to have never experienced any problems with it!
=====
\ | /
\|/
|
|-----|
| |
|_ |
_) | /
_) __/_
_) ____
| /|
| / |
| |
|-----|
|===