Claus Pedersen
Member³
I like the new code completion filter enhancement very much.
I have a request, though. Why not combine the best of both worlds with "Contains" and "Starts with"?
I use "Contains" and if I type
SELECT * FROM all_tables t WHERE t.in
and code completion pops up, I get the list:
Or if I type
SELECT * FROM all_tables t WHERE t.se
then the column names "secondary" and "segment_created" would be grouped together in the top of the code completion list.
With the current sorting, I would have to press the Down-Arrow key 6 times to get to "instances", whereas with the new proposed sorting, I would only have to press Down-Arrow 2 times. Also, it would be easier lo locate visually.
Maybe put this in an new option in the preferences together with "Contains" and "Start with": "Contains, starts with sorted on top"
I have a request, though. Why not combine the best of both worlds with "Contains" and "Starts with"?
I use "Contains" and if I type
SELECT * FROM all_tables t WHERE t.in
and code completion pops up, I get the list:
- ini_trans
- initial_extent
- min_extents
- pct_increase
- logging
- chain_cnt
- instances
- monitoring
- ini_trans
- initial_extent
- instances
- min_extents
- pct_increase
- logging
- chain_cnt
- monitoring
Or if I type
SELECT * FROM all_tables t WHERE t.se
then the column names "secondary" and "segment_created" would be grouped together in the top of the code completion list.
With the current sorting, I would have to press the Down-Arrow key 6 times to get to "instances", whereas with the new proposed sorting, I would only have to press Down-Arrow 2 times. Also, it would be easier lo locate visually.
Maybe put this in an new option in the preferences together with "Contains" and "Start with": "Contains, starts with sorted on top"