<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Is there a way to enable the IntelliSense in VS2012/2010 for the ESRI modules in in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-way-to-enable-the-intellisense-in/m-p/71574#M6379</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;An alternative option is to use the TypeScript definition file that's available at:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://github.com/Esri/jsapi-resources/tree/master/typescript"&gt;https://github.com/Esri/jsapi-resources/tree/master/typescript&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Apr 2014 17:38:43 GMT</pubDate>
    <dc:creator>DasaPaddock</dc:creator>
    <dc:date>2014-04-15T17:38:43Z</dc:date>
    <item>
      <title>Is there a way to enable the IntelliSense in VS2012/2010 for the ESRI modules in AMD?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-way-to-enable-the-intellisense-in/m-p/71571#M6376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am new to JavaScript and ESRI JavaScript API. I am trying to enable the IntelliSense for the ESRI modules by using AMD, but it seems doesn't work. I have put the "jsapi_vsdoc12_v38.js" file in the VS solution, and reference with " &amp;lt;script type="text/javascript" src="Scripts/jsapi_vsdoc12_v38.js"&amp;gt;&amp;lt;/script&amp;gt;". But it seems that it doesn't work in the AMD. Is there a way I can enable it? Without IntelliSense, it will be too hard to coding. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wei&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 22:31:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-way-to-enable-the-intellisense-in/m-p/71571#M6376</guid>
      <dc:creator>weiliang</dc:creator>
      <dc:date>2014-03-11T22:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to enable the IntelliSense in VS2012/2010 for the ESRI modules in</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-way-to-enable-the-intellisense-in/m-p/71572#M6377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please see my reply on Sep 04th:&amp;nbsp; it works like a piece of cake after implementing the steps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/91035-What-IDEs-are-people-using-for-JavaScript-development"&gt;http://forums.arcgis.com/threads/91035-What-IDEs-are-people-using-for-JavaScript-development&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After that I have un-installed aptana studio.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ravic&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 15:41:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-way-to-enable-the-intellisense-in/m-p/71572#M6377</guid>
      <dc:creator>Ravichandran_M_Kaushika</dc:creator>
      <dc:date>2014-03-12T15:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to enable the IntelliSense in VS2012/2010 for the ESRI modules in</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-way-to-enable-the-intellisense-in/m-p/71573#M6378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;However, currently I don't think the code assist will work with AMD. This is noted in the &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/javascript/jsapi/api_codeassist.html"&gt;code assist page&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;STRONG&gt;Note: these plug-ins do not yet support code that loads JS API&amp;nbsp; modules using AMD due to the nature of how modules are aliased once&amp;nbsp; loaded.&lt;/STRONG&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 17:56:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-way-to-enable-the-intellisense-in/m-p/71573#M6378</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2014-03-12T17:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to enable the IntelliSense in VS2012/2010 for the ESRI modules in</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-way-to-enable-the-intellisense-in/m-p/71574#M6379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;An alternative option is to use the TypeScript definition file that's available at:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://github.com/Esri/jsapi-resources/tree/master/typescript"&gt;https://github.com/Esri/jsapi-resources/tree/master/typescript&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 17:38:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-a-way-to-enable-the-intellisense-in/m-p/71574#M6379</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2014-04-15T17:38:43Z</dc:date>
    </item>
  </channel>
</rss>

