Okay, so I decided to be bold and I downloaded and install Eclipse PDT (i.e. Eclipse_PDT_All-In-One_MacOSX-carbon_v2.0.0M2.tar) for my MacBook.
It seemed like the best choice after two days of research.
So, I have just spent the last 1 1/2 days meticulously reading the online manuals, and now feel pretty comfortable with the Eclipse UI and concepts like "perspectives", "views", "editors" and general navigation.
The problem, however, is that...
1.) I can't get the Code Helper (??) to work?!
2.) I don't know where to "run" my code?!
When I took that Java class a while back, the instructor typed code into Eclipse, and as he did, Eclipse would suggest things like function names and correct his type-o's. He was also able to run the code so we could see the output and see the values of variables.
How do I do that in Eclipse PDT??
I tried entering this code in a file named "File1.txt" as well as "File1.php"
<?php
phpinfo();
?>
but neither the "Code Helper" nor an output window work/exist.
I am sooooo frustrated, because I spent all this time learning the UI and now the important stuff isn't there or working?! 🙁
Amy