0

I want to start learning jQuery, but there's so much you can do with it. I'm interested in using PHP as well.

I understand that Visual Studio has intellisense for Javascript, but isn't that for ASP.NET? Can you build PHP applications in Visual Studio?

Corey
  • 1,177
  • 4
  • 16
  • 24
  • it's duplicate. Please search in the form before posting. This question had been asked many times already. – A_Var Sep 23 '10 at 18:12
  • @A_Var - in searching and typing in my question, most of the results were issues with or questions about Visual Studio's intellisense. I did not see any questions relating to software *alternative to* VS. – Corey Sep 23 '10 at 18:15

4 Answers4

2

There is Aptana Studio with such support as well as full featured PHP editor.

See:

alt text

Sarfraz
  • 377,238
  • 77
  • 533
  • 578
1

You can use Eclipse aptana studio in eclipse PDT. Plugging Aptana to eclipse. Aptana has some intellisense for jQuery but beware that it's not complete since Javascript is a dynamic language and it's difficult to get a complete one.

Buy my honest take on jQuery intellisense. If you want to be a jQuery expert dump the intellisense part. Javascript is a dynamic language and that is the reason why these editors never work as intended. I used VisualStudio recently and never got what I intended.

Community
  • 1
  • 1
A_Var
  • 1,056
  • 1
  • 13
  • 23
  • I use Aptana with the jQuery plugin offered on the plugins page and it works fine. Installing it wasn't the simplest thing in the world, and one time I installed it and it crashed Eclipse every time I pressed ctrl-space, but once it's installed without having broken, it works fine. :-) – treeface Sep 23 '10 at 18:21
  • @treeface I was in the same boat too while configuring the plugin. But aptana works better than VS 2010 when it comes to jQuery intellisense. – A_Var Sep 23 '10 at 18:26
  • I haven't used VS 2010, so I can't speak to it, but I agree that Aptana's (or, I suppose, Eclipse's) jQuery support is fairly good. – treeface Sep 23 '10 at 18:36
1

You can get Visual Studio to have intellisense for jQuery - see jQuery 1.4.1 Intellisense with Visual Studio on Scott Gutherie's blog. Not for VS 2008 you need to install this patch.

Dan Diplo
  • 25,076
  • 4
  • 67
  • 89
0

you can build any applications with visual studio, but visual studio is waste... have a look at eclipse, aptana's js editor has jQuery autocompletion.

Andreas Linden
  • 12,489
  • 7
  • 51
  • 67