[CLOSED] VS2010 EXT Intellisense possible in JS files?

  1. #1

    [CLOSED] VS2010 EXT Intellisense possible in JS files?

    Hello

    Is it possible to have intellisense vorking in JS files as it does on VB or C# one?

    for example, I have a lot of message like that in VS :

    intellisense message Ext is undefined
    in fact, in all line in my javascript file where I use Ext to do something, I have this message.
    Last edited by Daniil; Jul 19, 2012 at 3:35 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Maybe this thread could help.
    http://www.sencha.com/forum/showthread.php?181781
  3. #3
    I have already read it, I have found by googled the question, but the goal was to not upload Ext.js as it is already in Ext.net (well...lore or less), it is just to now if it will be a solution directly with Ext.net. If not, this is not a big problem anyway.
  4. #4
    Quote Originally Posted by feanor91 View Post
    the goal was to not upload Ext.js
    Well, seems the thread doesn't lead to upload ExtJS.

    It suggests to put
    Have you put

    /// <reference path="extjs/ext-debug.js" />

    (adjust path as appropriate!)

    At the top of your JS files, to help the intellisense?
    You could try to refer these JavaScript files as an attempt to get intellisense working.
    <Ext.Net v2 sources root>\Ext.Net\Build\Ext.Net\extjs\ext-all-debug.js
    <Ext.Net v2 sources root>\Ext.Net\Ext.Net\Build\Ext.Net\extnet\extnet-all-debug.js
    Though I am not sure it will work. Frankly, I have never met any lucky who got it working.

Similar Threads

  1. VS2010 and ExtJS Intellisense
    By Wellington Caetano in forum 1.x Help
    Replies: 2
    Last Post: Jun 07, 2011, 1:37 PM
  2. VS2010 + ASP.NET MVC + Ext.NET
    By peter.campbell in forum 1.x Help
    Replies: 4
    Last Post: Jan 20, 2011, 2:12 PM
  3. [CLOSED] [1.0] Intellisense in VS2010 Release Candidate
    By danielg in forum 1.x Legacy Premium Help
    Replies: 46
    Last Post: Apr 12, 2010, 3:38 PM
  4. Replies: 2
    Last Post: Aug 07, 2008, 3:35 PM

Posting Permissions