Text Editor
SQL Text Editor edit style:
Bookmark, Comment/Uncomment, Uppercase/Lowercase, Read-only protect, go to the appointed line, etc.
Intelligence Development and Code Complete:
The editor will popup a list including you may need When user input three char or '.' :
Syntax: [Object name] + [ . ] Example: my_table.
The editor will popup a list including you may need When user input the first three character in specified object :
Syntax: [Object name] Example: spt---> Popup a list,include spt_monitor,spt_values in the master database,etc.
|