Code Completion Templates


Code completion templates are boilerplate syntax where you type in the correct names , and so on, but the correct syntax with options is supplied.

Code completion templates work a lot like aliases except that they provide the entire syntax rather than just a word or object name . Figures 3.30 and 3.31 illustrate how this works. Instead of hitting the '.' to signal the replacement, you press Ctrl+Spacebar to signal the replacement.

Figure 3.30. Code completion template key sequence.

Figure 3.31. Code completion template in action.

Ctrl+Spacebar signals code template.

Like the autoreplacement feature, additional code completion templates are easily added by using the Edit, Editor Options, Code Templates screen, as shown in Figure 3.32.

Figure 3.32. Adding code completion templates.

You can also edit the PLSQL.DCI file in < TOAD Home Directory >\temps and add additional templates with a text editor. See Figure 3.33 for the layout example.

Figure 3.33. Code completion template file layout.

Supported languages for code completion are HTML ( < TOAD home >\temps\HTMLSUB.DCI ), INI ( < TOAD home >\temps\INISUB.DCI ), JAVA ( < TOAD home >\temps\JAVASUB.DCI ), and TEXT ( < TOAD home >\temps\TEXTSUB.DCI ).

Be sure TOAD is NOT running when you are editing any of these files in the TEMPS directory. TOAD rewrites these files when closing, and any changes made to the files with TOAD running will be lost.




TOAD Handbook
TOAD Handbook (2nd Edition)
ISBN: 0321649109
EAN: 2147483647
Year: 2003
Pages: 171

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net