I am hoping I can get some feedback from you all. I have
been excited about the support for completion in the NetBeans PHP
editor (and other editors to follow). The response to
my quick little blog about this has been
pretty positive.
To refresh, here's an example of what it would look like:
But I have also gotten some feedback from more than one source
that this may not actually be as valuable as it may first
appear. The reason is that, and this makes sense, the
actual work flow when building SQL for your application is as
follows:
- Open SQL tool and write your query
- Execute, evaluate results, modify, repeat
- Copy and paste final SQL into your editor …