Skip to content

Commit 1c0dc69

Browse files
updated readme for v0.5.0
1 parent cbabb15 commit 1c0dc69

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,20 @@ In the Connections window, select a connection or one or more packages or packag
1414
![Run utPLSQL test](images/run_utplsql_test.png)
1515
### Generate utPLSQL test
1616

17+
#### Based on existing code
18+
1719
Select a package, type, function or procedure to build a utPLSQL test package skeleton. The generated package compiles and executes, but still needs some rework.
1820

1921
![Generate utPLSQL test](images/generate_utplsql_test.png)
2022

23+
#### From scratch
24+
25+
1. Press the button `Create code templates` in the preferences
26+
2. Type `ut_` in the Worksheet or a PL/SQL editor and press `Ctrl-Space` to get the list of a utPLSQL code templates
27+
3. Press `Return` to paste a code template at the current cursor position
28+
29+
![Generate utPLSQL test](images/generate_utplsql_test_from_template.png)
30+
2131
### Preferences
2232

2333
Set your preferences to change the behaviour of utPLSQL within SQL Developer.

0 commit comments

Comments
 (0)