30
votes
7answers
2k views
How do you get JavaScript/jQuery Intellisense Working in VS 2008?
I thought JQuery Intellisense was supposed to be improved with SP1. I even downloaded an annotated version of jquery 1.2.6, but intellisense will not work in a separate jscript file. I have the jquery …
12
votes
7answers
520 views
Delphi code completion performance
I have a few large (~600k lines of code) Delphi projects. They include some custom components which our team has developed.
Often, when I call up code completion with ctrl+space or just by pressing …
12
votes
7answers
2k views
Eclipse Sytle Function Completions in Emacs for C, C++ and JAVA?
How Do I Get Eclipse Sytle Function Completions in Emacs for C, C++ and JAVA?
I love the power of the Emacs text editor but the lack of an "intellisense" feature
leaves me using Eclipse.
11
votes
6answers
5k views
How to get intellisense to reliably work in Visual Studio 2008
Hi, does anyone know how to get intellisense to work reliably when working in C/C++ projects? It seems to work for about 1 in 10 files. Visual Studio 2005 seems to be a lot better than 2008.
Edit: …
9
votes
5answers
4k views
Visual Studio 2008 - Add Reference
When adding a DLL as a reference to an ASP.Net project, VS2008 adds several files to the bin directory. If the DLL is called foo.dll, VS2008 adds foo.dll.refresh, foo.pdb and foo.xml. I know what …
8
votes
8answers
1k views
How to document thrown exceptions in c#/.net
I am currently writing a small framework that will be used internally by other developers within the company.
I want to provide good Intellisense information, but I am not sure how to document thrown …
8
votes
5answers
270 views
Is there any trick that allows to use Management Studio’s (ver. 2008) IntelliSense feature with earlier versions of SQL Server?
New version of Management Studio (i.e. the one that ships with SQL Server 2008) finally has a Transact-SQL IntelliSense feature. However, out-of-the-box it only works with SQL Server 2008 instances.
…
7
votes
3answers
699 views
Visual Studio Language Service with C# intellisense
Last year I wrote a Language Service for Visual Studio which added syntax highlighting for NHaml files: http://github.com/snappycode/hamleditor.
To clarify, NHaml is a html template language that can …
7
votes
8answers
3k views
SQL Server Management Studio 2008 Intellisense
I just installed SQL Server Express 2008 because of intellisense feature. It worked at first but than it stopped working. Looking for the option to check and later consulting Google I have found that …
6
votes
4answers
116 views
Can Visual Studio’s C# intellisense be given a hint to display a certain method overload first?
Hi everyone,
I have two methods that are overloads of each other
public class Car
{
public int GetPrice(string vinNumber)
{
string make = Database.GetMake(vinNumber); // expensive …
6
votes
5answers
485 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" %>
In that …
6
votes
10answers
861 views
Python and Intellisense
Ok newbee question: Is there an equivalent to 'intellisense' for Python?
Perhaps i shouldn't admit it but I find having intellisense really speeds up the 'discovery phase' of learning a new language. …
6
votes
5answers
2k views
Adding additional js files breaks jQuery IntelliSense
I have been using jQuery IntelliSense in VS2008 and it has been great. Recently I added a reference to jQuery UI and since then, the jQuery IntelliSense has went away. I found that once you …
6
votes
2answers
276 views
Getting intellisense to work for JQuery and javascript in .js files using Visual Studio 2008
I followed ScottGu's advice on enabling javascript intellisense using a -vsdoc.js file.
http://weblogs.asp.net/scottgu/archive/2008/11/21/jquery-intellisense-in-vs-2008.aspx
I now get intellisense …
6
votes
9answers
353 views
Internet and Intellisense bad for your memory?
Having programmed for a while now I have noticed that I am becoming more and more reliant on the internet and intellisense to do my job. But I was wondering how much that has effected my knowledge …
