How to show all available fields in the SQL Worksheet's Code Assist pop-up
666635Oct 22 2008 — edited Oct 24 2008I have table with many fields and wanted to scroll through the fields list by typing something like:
select a. from test a
The Code Assist pop-up (after the 'a.') that shows the field list shows '...' as last available field before '*'. Many fields are not shown on the pop-up. I have to click on the '...' field to tell the pop-up to refresh itself with a full list of fields. Is there a way that I can configure SQL Worksheet to always show all fields on the pop-up, instead of having to select '...' on every attempt to add a field to the select SQL?