1
vote
3answers
7 views
WinForms TreeView.Sorted Property and VS 2008 Object Browser
I can't see the above property neither in the object browser nor in intellisense for TreeView, why is this? I can set in my code though, it and the project builds successfully. When I gight click it …
0
votes
1answer
10 views
hide usercontrol properties from intellisense
hi, how i can hide usercontrol properties from intellisense in vs?
0
votes
2answers
38 views
Intellisense not showing anything I write
I am using Visual C# 2008 express. I'm also running Windows 7. I created a simple form, but Intellisense doesn't show anything I wrote.
I write:
private RadioButton rbtn_sortLocation;
And then when …
2
votes
2answers
21 views
XSLT Intellisense in Visual Studio 2008
I have an XML file which in addition to it's standard XML schema allows the use of XSLT.
I am including the correct namespace for XSLT (xmlns:xsl="http://www.w3.org/1999/XSL/Transform") however I am …
0
votes
2answers
55 views
Loading Boost 1.40.0 into Intellisense in Visual Studio 2005?
Is there any way to get Intellisense in Visual C++ for Visual Studio 2005?
I'm trying to get the Boost libraries to load up with intellisense and in the object browser/class view.
I installed the …
0
votes
2answers
29 views
Visual Studio 2008 Intellisense with struct keyword
I am using visual studio 2008 express edition.
A normal win32 console C project with the code below:
int main(void)
{
struct _addr_info
{
char name[30];
char street[40];
char city[20];
char …
0
votes
3answers
28 views
Intellisense not working
Intellisense is not working correctly for new user Controls. Any class in the same namespace as my new class is not visible in intellisense. It compiles without any problem. I'm using VS 2008.
0
votes
1answer
19 views
visual studio jquery intellisense setup with other scripts
jquery intellisense works fine with standard setup (asp.net mvc)
<script src="../../Scripts/jquery-1.3.2.js" type="text/javascript"></script>
with jquery-1.3.2-vsdoc.js in same folder
…
1
vote
1answer
19 views
Shortlisting Intellisense
Hi,
Does anyone know if there's a way in VS 2008 to shortlist the Intellisense to show only, say, events or properties? Or is there possibly a plug-in for this?
I use Intellisense over going to the …
2
votes
2answers
52 views
Building IntelliSense/AutoComplete in JavaScript
I currently maintain an add-on for Firefox that adds a number of capabilities to a forum web site that implements its own markup language, similar to what stackoverflow provides with "Markdown."
I …
1
vote
5answers
213 views
C++ IDE with good intellisense
So I've been using Visual Studio 2008 for my C++ development for a while now, however the insanely crappy intellisense has been bugging me for ages.
I'm looking for an alternative C++ IDE where the …
0
votes
1answer
27 views
Variable type hinting in Netbeans (PHP)
Just curious if there's a way in netbeans to give type hints for regular variables, so that intellisense picks it up. I know you can do it for class properties, function parameters, return types, etc. …
2
votes
1answer
34 views
SQL Server 2008 Intellisense - Typing ‘top’ brings up tables, causes confusion
Hey everyone,
SQL Server 2008 introduced Intellisense while writing queries. Problem is, whenever I type in "SELECT TOP" and press space, it replaces TOP with a table named 'Top3_Animations'...
Is …
2
votes
1answer
43 views
How do I implement intellisense support for a custom DLR language in VS2008?
I have just started writing my first language for the .NET DLR.
I would like to know if it is possible to extend Visual Studio 2008 IntelliSense to handle the syntax of a custom DLR language?
EDIT: …
0
votes
2answers
41 views
Dot net 3.5:how to enable intellisense while writting xml file refering to defined schema?
I have defined a xml schema as below
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="PacketTemplate"
targetNamespace="http://tempuri.org/PacketTemplate.xsd"
…
