<?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: Visual Studio in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/visual-studio/m-p/335193#M30993</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Jeff. I use the premium edition of VS 2010.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Apr 2013 18:54:17 GMT</pubDate>
    <dc:creator>ionarawilson1</dc:creator>
    <dc:date>2013-04-15T18:54:17Z</dc:date>
    <item>
      <title>Visual Studio</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/visual-studio/m-p/335183#M30983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you guys know of any tutorials, instructions on how to use Visual Studio to write code in Javascript? Thanks!!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 19:54:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/visual-studio/m-p/335183#M30983</guid>
      <dc:creator>ionarawilson1</dc:creator>
      <dc:date>2013-04-03T19:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Studio</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/visual-studio/m-p/335184#M30984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't use VS but the good folks at StackOverflow have an answer:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://stackoverflow.com/questions/1627194/is-there-a-good-javascript-plugin-for-visual-studio"&gt;http://stackoverflow.com/questions/1627194/is-there-a-good-javascript-plugin-for-visual-studio&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 21:58:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/visual-studio/m-p/335184#M30984</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2013-04-04T21:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Studio</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/visual-studio/m-p/335185#M30985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ionara,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Open JavaScript application as a website in Visual Studio.&amp;nbsp; Some additional settings:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Right click on html page and select option set as a start page &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Right click on html page and set the default browser.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. You can debug the application using Internet Explorer using breakpoint or debugger keyword.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. ESRI api also provide code assist plugin for VS 2010.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Rahul&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2013 04:50:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/visual-studio/m-p/335185#M30985</guid>
      <dc:creator>RahulMetangale1</dc:creator>
      <dc:date>2013-04-05T04:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Studio</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/visual-studio/m-p/335186#M30986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would recommend using Chrome as your browser rathern than IE. Firefox's Firebug add-in is pretty good too. (Firefox actually has a built in debugger now, but I haven't used it so I can't say if it is as good as Firebug.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only time I would use IE is to make sure the page works in IE.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2013 16:01:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/visual-studio/m-p/335186#M30986</guid>
      <dc:creator>JeffJacobson</dc:creator>
      <dc:date>2013-04-05T16:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Studio</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/visual-studio/m-p/335187#M30987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The only time I would use IE is to make sure the page works in IE.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nothing rings warning bells for a developer like seeing someone on Internet Explorer 7.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Apr 2013 00:03:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/visual-studio/m-p/335187#M30987</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2013-04-06T00:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Studio</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/visual-studio/m-p/335188#M30988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Install web essentials to make your life easier.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://visualstudiogallery.msdn.microsoft.com/6ed4c78f-a23e-49ad-b5fd-369af0c2107f"&gt;http://visualstudiogallery.msdn.microsoft.com/6ed4c78f-a23e-49ad-b5fd-369af0c2107f&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not a big fan of VS, but if you have to tie an app in with some ASP/MVC there are a handful of nuget (install everything via nuget when possible) packages to help. Biggest drawback for me with JS in VS is the custom snippet system is just such a pain.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Apr 2013 01:16:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/visual-studio/m-p/335188#M30988</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2013-04-06T01:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Studio</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/visual-studio/m-p/335189#M30989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you guys for all the ideas! It seems VS is not very popular here. What is the most popular program to write JS? I've heard about Webstorm but never used it. I am trying Aptana 3 but I am very frustrated with the intellisense. Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 19:11:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/visual-studio/m-p/335189#M30989</guid>
      <dc:creator>ionarawilson1</dc:creator>
      <dc:date>2013-04-09T19:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Studio</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/visual-studio/m-p/335190#M30990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;On a Mac I can recommend &lt;/SPAN&gt;&lt;A href="http://macrabbit.com/espresso/"&gt;Espresso&lt;/A&gt;&lt;SPAN&gt;. Lots of people use &lt;/SPAN&gt;&lt;A href="http://panic.com/coda/"&gt;Coda&lt;/A&gt;&lt;SPAN&gt; or &lt;/SPAN&gt;&lt;A href="http://www.sublimetext.com/"&gt;Sublime Text&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On a PC I've previously used the &lt;/SPAN&gt;&lt;A href="http://www.yaldex.com/Free_JavaScript_Editor.htm"&gt;Free JavaScript Editor&lt;/A&gt;&lt;SPAN&gt;. It's reasonable considering it's free!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure about an intellisense plugin for the ArcGIS JS API with any of these products - I prefer to free-type personally.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 21:20:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/visual-studio/m-p/335190#M30990</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2013-04-09T21:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Studio</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/visual-studio/m-p/335191#M30991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Stephen. I will check that but I really like code assist.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 14:05:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/visual-studio/m-p/335191#M30991</guid>
      <dc:creator>ionarawilson1</dc:creator>
      <dc:date>2013-04-10T14:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Studio</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/visual-studio/m-p/335192#M30992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thank you guys for all the ideas! It seems VS is not very popular here. What is the most popular program to write JS? I've heard about Webstorm but never used it. I am trying Aptana 3 but I am very frustrated with the intellisense. Thanks&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually, I use Visual Studio 2012 for most of my web development now, with the following extensions installed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;Web Essentials 2012&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;JSLint.VS2012 (Checks for potential errors in JavaScript code.)&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Microsoft Web Developer Tools&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Visual Studio Extensions for Windows Library for JavaScript&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;SPAN&gt;I am using the "Premium" edition of VS 2012. I can't guarantee that all of these extensions would work with the free versions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My second choice would be Aptana 3, which you have already tried.&amp;nbsp; This is good for situations where I know I won't need to do any server-side ASP.NET code. (I think Aptana it CAN do other types of server side code, but we use ASP.NET for our server-side code in our agency, and as far as I know Aptana can't do ASP.NET.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;While intellisence would be handy, none of the editors I have used seem to support it very well, so I rely mainly on the online documentation for ArcGIS JS API, Dojo, jQuery, etc.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 17:04:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/visual-studio/m-p/335192#M30992</guid>
      <dc:creator>JeffJacobson</dc:creator>
      <dc:date>2013-04-10T17:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Studio</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/visual-studio/m-p/335193#M30993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Jeff. I use the premium edition of VS 2010.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Apr 2013 18:54:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/visual-studio/m-p/335193#M30993</guid>
      <dc:creator>ionarawilson1</dc:creator>
      <dc:date>2013-04-15T18:54:17Z</dc:date>
    </item>
  </channel>
</rss>

