0
votes
1answer
20 views
No intellisense in XAML
I'm no longer getting intellisense in my XAML. Not too long ago, I changed some settings within VS 2008. I believe one of them had to do with auto-loading the toolbox. Secondly, …
2
votes
3answers
123 views
Why does the compiler find this ambiguous?
In my base class I have a generic method (ideally this would be a property, but you can't have generic properties) and a non-generic property, both with the same name:
protected s …
0
votes
2answers
32 views
asp.net intellisense inside script tag <%
in a web form I'm trying to get intellisense within a script tag BUT within some inline .net code
Running vstudio 2008 / c# / .net 3.5 / vista
<%@ Control Language="C#" AutoEve …
2
votes
5answers
175 views
emacs completions or IntelliSense the same as on Visual Studio
emacs 22.2.1 on Linux
I am doing some C/C++ programming using emacs. I am wondering does emacs support completions (IntelliSense in Visual Studio).
For example when filling struc …
3
votes
4answers
404 views
Long load time in Visual Studio for Large Project
Is there a way to turn off intellisense in Visual Studio 2008? I know about deleting a DLL to turn off intellisense in C++, but that doesn't work for C#. I also know about the pr …
0
votes
1answer
37 views
Does vim provide tiered intellisense support through phpdoc?
The one thing I really miss in vim is a tiered intellisense support, just like we have one in PHP Eclipse.
For example:
/**
* Get the config object
*
* @return Config
*/
publ …
0
votes
4answers
40 views
Intellisense broken after installing CodeRush Devexpress
I've recently installed CodeRush Devexpress, and now VS intellisense doesn't appear whilst I'm typing.
Syntax highlighting also seems to be a little bit screwed, but my main worr …
0
votes
2answers
64 views
visual studio 2010 beta 2, javascript/jquery intellisense not working
has anyone experienced a similar problem? ive recently upgraded my solution to 2010 beta 2 and now i have lost javascript/jquery intellisense support, it worked fine with visual st …
0
votes
1answer
19 views
Adding IntelliSense for XSL in Web Form Designer for ASPX Page
I have an ASPX page that contains XHTML 1.1 and XSL. I want to add IntelliSense for XSL in the Web Forms designer for Visual Studio 2008. I also want the XHTML and XSL validated us …
0
votes
0answers
59 views
Is there a way to make context-sensitive autocomplete for C++ in VIM? [closed]
Possible Duplicates:
Autocompletion in Vim
Vim, Python, and Django autocompletion (pysmell?)
I don't know if that's the right word for it. When I use Ctrl+n in VIM to us …
0
votes
1answer
24 views
no intellisense for controls in Adobe Flash CS 4 Professional
i don't have intellisense when writing AS3 script in flash cs4, and it's only for the controls
anybody knows how to enable it ?
0
votes
0answers
17 views
VS2008 SP1 Lost Javascript Colorization and Intellisense
Hi everyone,
I'm hoping this is a simple fix. I'm using Visual Studio 2008 and recently had to install SQL Server 2008 enterprise edition on my local computer. One requirement was …
6
votes
5answers
329 views
Visual Studio 2008 losing intellisense for ASCX with CodeBehind (but works for CodeFile) ???
I have the following definition at the top of my .ASCX file:
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ArticleView.aspx.cs" Inherits="MyNameSpace.ArticleView …
3
votes
3answers
161 views
Turn off Intellisense in VS 2008 for a single project
I have a project with about 1000 classes in it (no, there is no way to conveniently break this project into multiples). Just loading the project takes about 20 minutes as intellis …
0
votes
1answer
31 views
Is there VS intellisense for Umbraco XSLT extensions?
Is it possible to get in Visual Studio code intellisense into XSLT extension functions.
For example when I write:
<xsl:value-of select="umbraco.
I would get a list of all fu …
