The Artima Developer Community
Sponsored Link

PHP Buzz Forum
PHPEclipse

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Sebastian Bergmann

Posts: 313
Nickname: sbergmann
Registered: Sep, 2004

Sebastian Bergmann is the developer of PHPUnit.
PHPEclipse Posted: Feb 18, 2006 11:28 AM
Reply to this message Reply

This post originated from an RSS feed registered with PHP Buzz by Sebastian Bergmann.
Original Post: PHPEclipse
Feed Title: Sebastian Bergmann
Feed URL: http://sebastian-bergmann.de/
Feed Description: Geek by nature, PHP by choice.
Latest PHP Buzz Posts
Latest PHP Buzz Posts by Sebastian Bergmann
Latest Posts From Sebastian Bergmann

Advertisement


Today I came across an article by Adrian Colyer on how he has configured his Eclipse environment and I thought that it might be a good time to look again at PHPEclipse.

The first advice that Adrian gives is that one should use a larger fontsize (he recommends 14 points bold) for code editing. This is not only better for the eyes but also motivates the programmer to write smaller methods (as he wants to see the entire method body on the screen). And we all know that small methods are something to strive for.

I have been using a larger font (Bitstream Vera Sans Mono at 14 points) for coding for a while and can definitely agree with Adrian's points here.



As I am not a regular Eclipse user (at least not yet), I was positively surprised by Adrian's tips on arranging views using the Fast View feature. This allows for easy access to views like the Navigator View (above) and the Outline View (below) while preventing clutter during editing.



My first impression is that PHPEclipse offers good support for PHP code editing (Syntax Highlighting, Syntax Checking, Class Browsing). One thing that I still have to figure out is how the Code Completion works as I am not sure what to make of the results I got during my first tests.

Read: PHPEclipse

Topic: Object Oriented Code Generator for PHP-MySQL Web Applications Previous Topic   Next Topic Topic: In defence of PHP*

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use