<?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 Code Assist plugin for VS in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/code-assist-plugin-for-vs/m-p/196857#M18243</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'm developing using Visual Studio 2012 and just followed the instructions&amp;nbsp; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://developers.arcgis.com/javascript/jsapi/api_codeassist.html" rel="nofollow" target="_blank"&gt;here&lt;/A&gt;&lt;SPAN&gt; to setup the code assist plugin.&amp;nbsp; I have downloaded the latest version which is 3.8, put it in my project and linked to it using a script tag on the page, e.g.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;script type="text/javascript" src="path_to_the_code_assist_document"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I've got the following issues:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. It doesn't seem to work.&amp;nbsp; I've got the following code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;var map = new Map("map", { &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; basemap: "topo", &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; center: [0, 0] &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was expecting to then be able to type "map." and the intellisense show me the various properties and methods of the Map object, but it doesn't.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. The page now tries to load the jsapi_vsdoc12_v38.js file in the live environment unless I manually take out the script element referencing it, which on multiple pages is going to be a pain.&amp;nbsp; It's over 0.5MB so I don't really want it loaded by each visitor.&amp;nbsp; Does anyone have an idea to resolve this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3.&amp;nbsp; There appears to be at least one error in the file.&amp;nbsp; When I open the page I've referenced it from on my machine, which does then load it, it complains that the 'true' keyword on line 5188 can't be used as a parameter:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;setFolderVisibility: function (folder,true) {&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I surely can't be the first person to have found these issues though, so hopefully someone out there has an idea or two!?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Simon&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 May 2014 10:18:11 GMT</pubDate>
    <dc:creator>SimonHodge</dc:creator>
    <dc:date>2014-05-09T10:18:11Z</dc:date>
    <item>
      <title>Code Assist plugin for VS</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/code-assist-plugin-for-vs/m-p/196857#M18243</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'm developing using Visual Studio 2012 and just followed the instructions&amp;nbsp; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://developers.arcgis.com/javascript/jsapi/api_codeassist.html" rel="nofollow" target="_blank"&gt;here&lt;/A&gt;&lt;SPAN&gt; to setup the code assist plugin.&amp;nbsp; I have downloaded the latest version which is 3.8, put it in my project and linked to it using a script tag on the page, e.g.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;script type="text/javascript" src="path_to_the_code_assist_document"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I've got the following issues:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. It doesn't seem to work.&amp;nbsp; I've got the following code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;var map = new Map("map", { &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; basemap: "topo", &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; center: [0, 0] &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was expecting to then be able to type "map." and the intellisense show me the various properties and methods of the Map object, but it doesn't.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. The page now tries to load the jsapi_vsdoc12_v38.js file in the live environment unless I manually take out the script element referencing it, which on multiple pages is going to be a pain.&amp;nbsp; It's over 0.5MB so I don't really want it loaded by each visitor.&amp;nbsp; Does anyone have an idea to resolve this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3.&amp;nbsp; There appears to be at least one error in the file.&amp;nbsp; When I open the page I've referenced it from on my machine, which does then load it, it complains that the 'true' keyword on line 5188 can't be used as a parameter:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;setFolderVisibility: function (folder,true) {&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I surely can't be the first person to have found these issues though, so hopefully someone out there has an idea or two!?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Simon&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 10:18:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/code-assist-plugin-for-vs/m-p/196857#M18243</guid>
      <dc:creator>SimonHodge</dc:creator>
      <dc:date>2014-05-09T10:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Code Assist plugin for VS</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/code-assist-plugin-for-vs/m-p/196858#M18244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've just discovered that if I use the full name space then intellisense does work, i.e.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;var map = esri.Map(...)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Typeing "map." does then provide the correct intellisense so this is good.&amp;nbsp; The only question therefore is, what is the best way to get rid of the script tags when deploying to the live environment (other than manually removing them).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Simon&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 10:29:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/code-assist-plugin-for-vs/m-p/196858#M18244</guid>
      <dc:creator>SimonHodge</dc:creator>
      <dc:date>2014-05-09T10:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Code Assist plugin for VS</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/code-assist-plugin-for-vs/m-p/196859#M18245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have found a solution to this (thanks to someone on StackOverflow).&amp;nbsp; Details here in case anyone else comes up against this issue:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://stackoverflow.com/questions/23564117/design-time-only-javascript-in-visual-studio?noredirect=1#comment36158694_23564117" rel="nofollow" target="_blank"&gt;http://stackoverflow.com/questions/23564117/design-time-only-javascript-in-visual-studio?noredirect=1#comment36158694_23564117&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 12:00:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/code-assist-plugin-for-vs/m-p/196859#M18245</guid>
      <dc:creator>SimonHodge</dc:creator>
      <dc:date>2014-05-09T12:00:22Z</dc:date>
    </item>
  </channel>
</rss>

