0
PHP: Code Completion with Functions & Objects
New Here
,
/t5/dreamweaver-discussions/php-code-completion-with-functions-amp-objects/td-p/742221
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?
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
/t5/dreamweaver-discussions/php-code-completion-with-functions-amp-objects/m-p/742222#M106917
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/
> 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/
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
LATEST
/t5/dreamweaver-discussions/php-code-completion-with-functions-amp-objects/m-p/742223#M106918
Dec 03, 2006
Dec 03, 2006
Copy link to clipboard
Copied
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
<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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

