Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

PHP: Code Completion with Functions & Objects

New Here ,
Dec 02, 2006 Dec 02, 2006

Copy link to clipboard

Copied

I'm hoping and praying that there is some kind of extension or addon for Dreamweaver that provides code suggestion & completion in PHP for custom functions & objects. For example:

If I define a class FormGenerator and then create a FormGenerator Object $UserForm, when I type: "$User" I should get a completion box that gives me the option "Form" which will complete the objects name for me. As soon as I type: "$UserForm->" I should get a suggestion box with appropriate methods. Any programmers who have used a professional IDE will understand exactly what I am referring to.

This functionality doesn't appear to be built into dreamweaver ... does anyone know if there is an extension written that will provide the code completion & suggestion? Any idea if it's a feature Adobe will be working on in the future?
TOPICS
Server side applications

Views

245
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 03, 2006 Dec 03, 2006

Copy link to clipboard

Copied

NathanFarrar wrote:
> This functionality doesn't appear to be built into dreamweaver ... does anyone
> know if there is an extension written that will provide the code completion &
> suggestion? Any idea if it's a feature Adobe will be working on in the future?

No, it's not built into DW, and I don't know of an extension that does
it, either. It's certainly a good idea, though. The way to get it on the
development radar is to submit a feature request through this form:

http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

--
David Powers, Adobe Community Expert
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 03, 2006 Dec 03, 2006

Copy link to clipboard

Copied

LATEST
On Sat, 2 Dec 2006 21:48:12 +0000 (UTC), "NathanFarrar"
<webforumsuser@macromedia.com> wrote:

>Any idea if it's a feature Adobe will be working on in the future?

I doubt whether it will ever be implemented by DW since it is a
general purpose web page editor.
--
Steve
steve at flyingtigerwebdesign dot com

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines