Is there a need to install a php plugin in Aptana 3, like PDT for example?

1

I started using Aptana Studio as IDE to develop in PHP, especially for the ease of controlling tasks, as well as full integration with Git.

But I feel like it was not complete to develop in php, as with PDT. Is it possible, or even necessary, to install the PDT plugin in Aptana?

If so, what is the best way, since the PDT was meant to be used with Eclipse? (Although Aptana has Eclipse as a base, but I've seen several posts talking about incompatibility with PDT.)

Obs : I use the current version, Aptana Studio 3.6.1

    
asked by anonymous 11.04.2015 / 19:56

1 answer

1

There is no need to install any plugins in Aptana (I also use this version), but Aptana has some flaws like not to warn that a certain header of a method is written in the wrong way (the method does not exist) but in general it recognizes syntax well, I noticed that it is new to using this IDE so I recommend a series of videos where it is demonstrated the use of IDE for all its utilities (synchronization with FTP server, creation of snippets) Link to video lessons that teach you how to work with IDE

    
11.04.2015 / 21:22