Speed up PHP development in Eclipse PDT with Templates and Snippets
2008年08月30日 05:39 • 查看 1 次 • 打印本文
You already know that Eclipse PDT provides autocompletion and hints for PHP’s built in functions. In addition, commenting your code with PHPDoc adds autocompletion and hinting for your application’s classes, methods, and variables. If you haven’t already discovered, Eclipse PDT also provides autocompletion of PHP’s control structures, class definitions, and methods through code templates.
评论
发表评论