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 180090

Summary: SQL completion auto popup
Product: php Reporter: aristidesfl
Component: EditorAssignee: Ondrej Brejla <obrejla>
Status: RESOLVED FIXED    
Severity: normal CC: fzamboj
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description aristidesfl 2010-02-01 08:19:26 UTC
Please do the SQL completion auto popup on the first character.

This should not be very hard to do
Comment 1 Xenos 2017-02-17 15:24:08 UTC
You have SQL auto-completion in PHP's PDO call:

<?php
	$pdo->execute("SELECT * FROM [Ctrl+space shows table list after you pick a DB connection]");
?>

So this seems resolved to me.