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 - SQL completion auto popup
Summary: SQL completion auto popup
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P1 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-01 08:19 UTC by aristidesfl
Modified: 2017-02-17 15:24 UTC (History)
1 user (show)

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 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.