Visual Studio and javascript html5 development

3248
4
05-16-2012 06:19 AM
JoseSanchez
Occasional Contributor III
Hi all

do you use Visual Studio to develop ArcGIS Javascript applications?

any IDE you recommend?
0 Kudos
4 Replies
StephenLead
Regular Contributor III
any IDE you recommend?


I don't use VS, but I find Espresso great on a Mac, and Free JavaScript Editor useful on a PC.

Neither offers the same level of functionality as VS, to my knowledge.

Cheers,
Steve
0 Kudos
demdeberanz
New Contributor II
I don't use VS, but I find Espresso great on a Mac, and Free JavaScript Editor useful on a PC.

Neither offers the same level of functionality as VS, to my knowledge.

Cheers,
Steve

how can I add the support for dojo and JS in general in VS?

Thank you very much.
0 Kudos
MattMoyles
New Contributor III
If you are looking for features like "intellisense" try Aptana Studio. ESRI provides intellisense addon for their js api @ http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp_start.htm#jshelp/intro_devenv.htm
http://aptana.com/

Otherwise use your favorite text editor + firebug/chrome developer tools

I may a little biased but I've found Visual Studio good for writing .NET apps and crap for everything else.
0 Kudos
JMcNeil
Occasional Contributor III
To add support for JS I think you want JLINT

Here's ESRI's suggestions
JSLint is a code quality tool that scans your code to identify potential issues such as missing semicolons, trailing commas, implied globals, unreachable code, HTML issues, and more. JSLint can save you debugging time by quickly finding things like trailing commas, which work just fine in Firefox but fail in Internet Explorer.

Instructions for installing the add-in for Visual Studio or Visual Web Developer can be found in this blog post. After installing the add-in, you can open the jslint.wsf file in a text editor and explore the various options set in the defaults section. Review the JSLint documentation for details on each option.


http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp_start.htm#jshelp/intro_devenv.htm


I've found that JavaScript Parser is fairly sweet:
http://visualstudiogallery.msdn.microsoft.com/288a2b0f-1357-47b4-8215-1134c36bdf30

A ide for dojo I've heard of is Jetbrains but I've never used it http://www.jetbrains.com/webstorm/

If you ask the ESRI JS Team they all use different ide's and text editors so I think it comes down to preference - things like MacVim/gVim and Notepad++

I like Aptana Studio - I would go with Aptana 2 and not 3 because 2 has the ESRI JavaScript API code assist plug-in available on the ArcGIS Resource Center, which is nice.
Once again that discussion and information is here - http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp_start.htm#jshelp/intro_devenv.htm

If you want to stick with VS and you are looking for more DOJO support I would search SitePen's site and http://dojotoolkit.org/

Here's a quick blog not really exactly what you are looking for but I didn't spend much time on SItePen or Dojotoolkit

http://www.sitepen.com/blog/2011/01/13/using-the-dojo-toolkit-with-microsofts-wcf/



jay
0 Kudos