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

Summary: Add SQL Server Driver for PHP from Microsoft Autocomplete/Suggestion Support
Product: php Reporter: JDTornado
Component: EditorAssignee: Ondrej Brejla <obrejla>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.0.1   
Hardware: PC   
OS: Windows 7 x64   
Issue Type: ENHANCEMENT Exception Reporter:

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