I'm using Developer for a while now (like 3 years), it's the best development IDE i have ever seen.
I's missing just a few things I would like to see:
1. if collection is defined as record type array, it would be nice to see description for elements, example:
type t is record (a varchar2(10));
type t1 is table of t;
v t:=t();
so, description is needed for v(1). => a, v
. => a... (I hope the point is clear)
2. description of a table, section "Copy comma separated" => comma before each column (not after)
3. procedure names in package body section what is in header also, I would like to see in defferent color, font etc., so I see what isn't/is included in header
4. do not show procedure/function declarations (like defined in header) in package body
5. extracting wiew/trigger/package/table sources from DB with owner included, like: create or replace package SCOTT.my_table...
6. in the debugger, when debugging collections, I can't see value for index what is expression not constant, exmaple: v_col(v-a).value -> no information is displayed for that
Bug:
in editor, sql windows sometimes right click and describre doesn't point to right table, it's showing previous table described...
I's missing just a few things I would like to see:
1. if collection is defined as record type array, it would be nice to see description for elements, example:
type t is record (a varchar2(10));
type t1 is table of t;
v t:=t();
so, description is needed for v(1). => a, v

2. description of a table, section "Copy comma separated" => comma before each column (not after)
3. procedure names in package body section what is in header also, I would like to see in defferent color, font etc., so I see what isn't/is included in header
4. do not show procedure/function declarations (like defined in header) in package body
5. extracting wiew/trigger/package/table sources from DB with owner included, like: create or replace package SCOTT.my_table...
6. in the debugger, when debugging collections, I can't see value for index what is expression not constant, exmaple: v_col(v-a).value -> no information is displayed for that
Bug:
in editor, sql windows sometimes right click and describre doesn't point to right table, it's showing previous table described...