You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: "PLSQL Developer plugin version 1.0.0 released"
4
+
date: 2021-01-01 13:10:00 +0000
5
+
categories: plugins
6
+
---
7
+
8
+
# PL/SQL Developer plugin released!
9
+
10
+
11
+
Happy new year! Thanks to [Simon Martinelli](https://github.com/simasch) utPLSQL v3+ is now integrated with [PL/SQL Developer](https://www.allroundautomations.com/products/pl-sql-developer/) IDE
12
+
13
+
14
+
## Features
15
+
16
+
- The Plugin enables PL/SQL Developer to run tests and code coverage with utPLSQL
17
+
- Tests and code coverage can be run for the current user from the tool ribbon or from the context menu on a package or a user
18
+
- Test results shown in a test runner window and the code coverage report will be opened in the default browser
19
+
20
+
## Documentation
21
+
22
+
See details of plugin usage in [readme file](https://github.com/utPLSQL/utPLSQL-PLSQL-Developer/blob/develop/README.md)
23
+
24
+
## Downloads
25
+
26
+
- Download the plugin release from [releases page](https://github.com/utPLSQL/utPLSQL-PLSQL-Developer/releases)
27
+
- Copy PlsqlDeveloperUtPlsqlPlugin.dll or PlsqlDeveloperUtPlsqlPlugin_x86.dll to the PlugIns directory of your PL/SQL Developer installation
Copy file name to clipboardExpand all lines: downloads.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,5 +12,7 @@ menuInclude: true
12
12
13
13
-[utPLSQL maven plugin](https://github.com/utPLSQL/utPLSQL-maven-plugin/releases) to run utPLSQL tests as part of Java maven project build
14
14
15
-
-[utPSLQL SQLDeveloper extension](https://github.com/utPLSQL/utPLSQL-SQLDeveloper/releases) to create and run utPLSQL tests from [SQLDeveloper](https://www.oracle.com/database/technologies/appdev/sql-developer.html)
15
+
-[utPSLQL - SQLDeveloper extension](https://github.com/utPLSQL/utPLSQL-SQLDeveloper/releases) to create and run utPLSQL tests from [SQLDeveloper](https://www.oracle.com/database/technologies/appdev/sql-developer.html)
16
+
17
+
-[utPSLQL - PL/SQL Developer extension](https://github.com/utPLSQL/utPLSQL-PLSQL-Developer/releases) to create and run utPLSQL tests from [PLSQL Developer](https://www.allroundautomations.com/products/pl-sql-developer/)
0 commit comments