This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 203845 - Add SQL Server Driver for PHP from Microsoft Autocomplete/Suggestion Support
Summary: Add SQL Server Driver for PHP from Microsoft Autocomplete/Suggestion Support
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.0.1
Hardware: PC Windows 7 x64
: P3 normal with 1 vote (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-17 16:28 UTC by JDTornado
Modified: 2012-04-24 15:03 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description JDTornado 2011-10-17 16:28:30 UTC
As I am coding, I get autocomplete suggestions for various functions and such as well on pop-up documentiation.  For example when I type "sub" I get a number of autocomplete suggestions, and then then I select one the function is automatically  populated, along with the placeholders for the parameters and documentation on the function.  I daily work in an environment that uses Microsoft SQL Server, along with PHP for web development, so I use the Microsoft SQL Server Driver for PHP every day. It would be nice to have autocomplete and documentation for those functions. The current version of the driver (2.0) can be found here:

http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=20098

The CTP1 Release for 3.0 can be found here:

http://www.microsoft.com/download/en/details.aspx?id=17308

So far I have accomplished this by adding Code Templates myself, but it would be nice if they were in there by default. Thanks,

Josh