0
votes
1answer
30 views

Disabling Intellisense in Vs2008

Intellisense parsing brings my 12 core (24, hyperthreaded), 32GB machine to its knees every time I open a Visual Studio (2008, SP1) solution (which is quite often because VS crashes frequently) - for ...
0
votes
1answer
176 views

Error Updating JScript Intellisense - caused by MapQuest Javascript API

I'm trying to get jQuery Intellisense working for my ASP.NET web-site (note, not web app) project. Below is where the scripts are referenced. There's no Javascript anywhere else on the page. - it's a ...
4
votes
1answer
213 views

How to turn on Visual Studio 2008 .css Intellisense on .less file

Does anyone know how to enable Css intellisense in a non .css file extension? I have a .less file that is basically a .css file, but Visual Studio 2008 will not use Css intellisense on the file. I ...
4
votes
3answers
95 views

How can I find exception names (in intellisense) availible to throw in VS2008

One thing I find very frustrating with C# is when I find some issue and I want to throw a meaningful exception. I find it very difficult to find those exceptions in intellisense. There is no ...
1
vote
0answers
112 views

I can't get Javascript Intellisense XML Comments to work completely in Visual Studio 2008

First off, I'm not a Javascript programmer, but I do have JS programmers who report to me. I'm trying improve how we work by getting the Javascript Intellisense features added to VS2008 to work. ...
0
votes
2answers
283 views

Visual Studio Intellisense not up to date for one class

For some reasons Intellisense is not up to date for 1 class (C++) in my project (when I call a method it refers to the old parameters and so on)! I'm able to compile but it would be fine if there is ...
0
votes
0answers
103 views

Thrust: Expression to the left of . or -> could not be resolved

I am using the thrust device vector but am having a difficult time to get its intellisence to work. Eg thrust::device_vector<int> sth; thrust::device_vector<int>::iterator iter = ...
0
votes
1answer
419 views

Visual Studio 2008 keeps on “Updating Intellisense” and freezing even with a one-character change

It did not use to be like this, but it seems to have happened when I uninstalled and re-installed VS 2008. What happens now is that, whenever I make even a single-character change inside a .cpp file, ...
0
votes
2answers
47 views

Auto-Completion V Studio 2008

Intellisense seems to be failing in my Visual Studio 2008. If I write "using System.c" then I get the suggestions such as Collections, etc. But other than that it's not doing anything. no key words ...
1
vote
1answer
169 views

Intellisense suddenly stops working or shows lot of inconsistency in VS2008

I am using VS2008 for my VC++ coding. I observe lots of inconsistency (Sometimes intellisense works fine & sometimes it suddenly stops working) wrt intellisense. And sometimes intellisense stops ...
0
votes
2answers
91 views

Lambda parameters and Visual Studio 2008 autocompletion

When calling methods with a signature that has a delegate, using lamba syntax, Visual Studio 2008 replaces my arbitrary parameter names with autocompleted names. private void ...
4
votes
3answers
245 views

Is it possible to use a content delivery network for Intellisense in Visual Studio 2008?

As I understand it, you should be able to (with KB958502 installed) get Intellisense for jQuery simply by referencing the script (as long as the -vsdoc version is alongside). We'd quite like to use a ...
6
votes
2answers
6k views

Virtual Studio 2008 - ASP.NET - jQuery 1.7.1 VSDoc - JavaScript Intellisense?

Does anyone have the location to download jQuery 1.7.1 VSDoc? And also what to do to make it work? I current have the following and I am a getting massive error in the VSDoc when doing Ctr-Shift-J ...
2
votes
1answer
295 views

How to help Intellisense so it lists event handlers in my aspx pages?

I've got a custom button control that handles an OnServerClick. My aspx dev's are asking me if it would be possible to influence Intellisense so it will give me all the possible event handlers for ...
1
vote
3answers
165 views

Visual Assist X — More items in Intellisense?

Right now, Visual Assist X shows 5 items in my Intellisense suggestions window (i.e. when I begin typing). Is there any way to increase it? 5 items is too few. :(
0
votes
2answers
236 views

Why is this breaking Visual Studio's Intellisense?

Does anyone know why Visual Studio 2008's Intellisense is acting funny? If I say BEGIN_MSG_MAP, I get this: If I say BEGIN_MSG_MAP_FOO, I get this: Either way, the macros are all undefined, so ...
1
vote
2answers
384 views

vs 2008 preprocessor defines true but code still grayed out

Code example #if (COMPUTER_NUMBER == PRIMARY_COMPUTER) if (platformType == NAV_BASESTATION) { nav->once(cycleno); controller->once(cycleno); etc. Everything below the #if ...
5
votes
2answers
431 views

Visual Studio / VB.Net 2008 IntelliSense Odd Behavior

I am primarily a C# developer; however, I am currently working on a project for a client who preferred VB.net. I have managed to switch over fairly well, with one frustrating exception. When editing ...
0
votes
0answers
171 views

design view and source view in visual studio

Q: Many times i face the following problem in visual studio, and i don't know the reason. When i try to set or edit some properties values of my controls in the design view and test the page i find ...
0
votes
1answer
356 views

Telerik not showing in intellisense of VS 2008

I was coding an aspx page to use the telerik grid. But telerik is not showing in intellisense of VS 2008. Following are the things done so far: 1. Added the telerik dll in the reference folder. ...
0
votes
1answer
104 views

Intellisense for master pages stopped working in Visual studio 2008

I have a site which hosted on a shared server. Today during my coding my conputer got blue screen (still have xp =]), so when it got back I started my VS08. After I reconnect to the server it told me ...
1
vote
1answer
496 views

Visual studio 2008 Code snippets are not working and not showing in intellisense

I'm having an issue where none of my code snippets are working and they aren't showing up in intellisense. 1.Switch, prop and all other snippets aren't listed in intellisense. 2.When I try to ...
4
votes
2answers
745 views

VS 2010 intellisense not working for upconverted project

We have a very big C++ solution with several projects for which intellisense works perfectly in Visual Studio 2008, but not at all in Visual Studio 2010 (not even for structs defined in the same file ...
4
votes
4answers
629 views

No Jquery intellisense Support for Visual Studio 2008

I have Visual Studio 2008 Pro. SP1 and Hotfix KB958502 - JScript Editor support for “-vsdoc.js” IntelliSense doc. files installed, but still no intellisense Support is available in VS2008. ...
5
votes
1answer
652 views

Can you get ReSharper to display exceptions in Intellisense?

I'm a fan of the overridden Intellisense behaviour provided by ReSharper. However, I can't seem to get it to display exceptions (anything with the /// <exception cref="SomeExcpetionName"/> xml ...
0
votes
2answers
385 views

Are doxygen style documentation comments prohibitive in C#?

I have a project that I documented(in source code) basically as an after thought. It wasn't all that big of a project and only I use it(that I know of) so it wasn't a big deal. I did it using Doxygen ...
1
vote
1answer
393 views

Visual Studio Intellisense is not working with Boost

I'm using Visual studio 2008. Recently, I installed Boost library to use geometry algorithm. When I typed some keywords related boost library, the intellisense function didn't work. I want to see ...
3
votes
4answers
608 views

How to make intellisense work with NANT Files in Visual Studio 2008?

I started with an Empty Project, and tried to get my build file setup with Here's what I have tried so far: Found out what version of NAnt I'm using by running NAnt with the -help option. In the ...
3
votes
1answer
3k views

Sorting the Visual Studio Function List drop down to code order instead of alphabetical order

Colleague has asked the question and we were unable to find it - on the off chance thought it might be worth asking. In a file you may have: void BFunction() void AFunction() void CFunction() ...
22
votes
5answers
6k views

Meaning of visual studio intellisense icons

I've been using Visual Studio for a number of years now and obviously find intellisense very useful. However I've always been "guessing" at what the little icons actually mean such as this icon ...
1
vote
0answers
117 views

How to make intellisense works to show functions with arguments?

I am having a big c# form with more than 90+ functions. The programmer who coded this some months back left the company. Its difficult to recognize which word he have used for which function. So i ...
4
votes
1answer
1k views

VS 2008 Intellisense missing: the key combination is bound to command which is not currently available

Intellisense has stopped working for my aspx files, and I've looked at the other questions that address the issue with no solution. When I try to format the aspx document (Ctrl-K, Ctrl-D) the status ...
4
votes
2answers
221 views

Is there Visual Studio intellisense support for jQuery 1.4.3? [closed]

Is there intellisense support in Visual Studio for jQuery 1.4.3? How do I enable it? What file(s) do I need?
0
votes
2answers
186 views

How to see actual SQL expression generated by LINQ-to-SQL in Visual Studio 2008 during debug?

Visual Studio 2008 doesn't provide me the generated SQL expression through IntelliSense by the simple act of hovering my mouse over the System.Data.Linq.DataQuery<..> variable. (However 2010 does). ...
1
vote
2answers
3k views

Visual Studio incorrectly marking inactive code blocks when using `#ifdef`

My project has a bunch of #ifdefs. The macros used by these #ifdefs are usually passed through the command line using the '/D' option to get different build configurations. Visual studio incorrectly ...
0
votes
3answers
2k views

intellisense not properly working visual studio 2008 for Visual C++ and MFC environment

I am working in vc++ of Visual Studio 2008. In my project (VC++), I could access the INTELLISENSE only when i press CTRL+SPACE. it doesn't work automatically as like any other project ( i.e. C#, VB ...
4
votes
6answers
365 views

VS 2008 - No hints when type code

For some reason I started VS 2008 this morning and I wont display any hints when type. For example, If I had an object and wrote myObject. I'd expect a list of properties to show. This should be the ...
1
vote
1answer
146 views

jQuery UI intellisense?

Where can I grab the latest and greatest intellisense file for jQuery UI 1.8.4?
4
votes
5answers
1k views

Can intellisense be enabled in VS2008 within preprocessor directive blocks like #ifndef … #endif

While working within C++ libraries, I've noticed that I am not granted any intellisense while inside directive blocks like "#ifndef CLIENT_DLL ... #endif". This is obviously due to the fact that ...
1
vote
1answer
89 views

Is there any Intellisense support availabel for SparkView Engine for VB.Net

Is there any Intellisense support available for SparkView Engine for VB.Net . The Intellisense is currently available with SparkView Engine. But it is for C#.
4
votes
1answer
287 views

How to add Intellisense support to visual studio for new language

I want to add Intellisense for .xyz file types which is my own language. How should i proceed?
1
vote
3answers
84 views

Why has my solution stopped recognising Using Directives?

I have a solution, which I was working on yesterday without issue. Today I have opened the same solution and VS 2008 has underlined certain using directives in red. Mousing over the underlined ...
1
vote
1answer
460 views

Why is Intellisense not working for one unit test project?

I have a Visual Studio 2008 solution which builds a C# class library (Project X) and C# Windows Application (Project Y). In the unit test project for the C# class library (XTEST) , Intellisense ...
1
vote
2answers
58 views

Can intellisense match words from the middle?

I'm learning a new API which has a LOT of properties. I'd rather not scroll through a giant list if I have a general idea of what I'm looking for. As an example, let's say I am putting in a ...
1
vote
2answers
693 views

How can I reset the intellisense settings in VS 2008?

I've got a fresh install of VS 2008 Standard and I've installed DevExpress DXPerience 2008 with CodeRush! and for some reason, my intellisense decided to half-work. I have: class Person { public ...
4
votes
4answers
630 views

Hide Equals and ReferenceEquals

I am creating an internal class to provide a construct for the Contract pattern. using System; using System.Runtime.Serialization; namespace DCS2000.Common35.Core { public class Assertion { ...
10
votes
4answers
248 views

Visual Studio 2008 Intellisense Priority Settings

Is there someway to get VS 2008 intellisense to default to Properties over Classes in a name collision? Example: Within my scope I have a property Foo, but I'm also using a class Foo. When writing ...
1
vote
1answer
760 views

How can I enable the intellisense on my c++/cli project?

I am using visual studio 2008 and I have a native c++ project that loads a managed c++ dll, but on the last one, the intellisense doesn't work anymore only for the managed code. This project (dll) ...
0
votes
1answer
48 views

Intellisense doesn't work with an upgraded solution from vs 2005 in vs 2008

I converted a VS2005 solution to VS2008, but Intellisense isn't working. It works fine with a native solution made in VS2008. Its a C# solution.
6
votes
7answers
1k views

Visual Studio 2008: No Intellisense in web.config

My web.config no longer has Intellisense nor colour highlighting. It looks like a regular text document. Any idea why this would occur? Thanks!

1 2 3 4