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 230161 - Please support code completion also within BEGIN END PL/SQL statements
Summary: Please support code completion also within BEGIN END PL/SQL statements
Status: NEW
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-23 09:52 UTC by tomzi
Modified: 2013-08-01 12:52 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 tomzi 2013-05-23 09:52:49 UTC
What currently works just fine if I execute 

BEGIN
   MY_SCHEMA.MY_PACKAGE.my_procedure('Hi');
END;
/

However I have no code completion support within the BEGIN END statement to call functions / procedures.
Also select statements have no code completion within BEGIN END, only outside of it.

EXPECTED: Have code completion also within BEGIN END statements, also for procedure/function calls.


Product Version = NetBeans IDE 7.3 (Build 201302132200)
Operating System = Linux version 3.8.0-21-generic running on amd64
Java; VM; Vendor = 1.7.0_21
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.21-b01