k

PL/SQL Auto Completion

EditRocket provides a PL/SQL, SQL, and Transact-SQL editor. However, for a complete database coding environment, please check out one of our other products, RazorSQL, available at http://www.razorsql.com.

EditRocket will auto complete PL/SQL system package procedures when typing a (.) in a PL/SQL program. For example, typing DBMS_OUTPUT. will bring up a list of the procedures contained in the DBMS_OUTPUT package. Selecting an item from the list will insert the item name into the editor, and display as a tooltip the signature of the procedure.

In the Auto Complete tab of the preferences window, you can configure how long to wait after typing a dot before auto complete kicks in, and whether or not to turn PL/SQL auto completion on or off.