Skip to content
deepsky edited this page Feb 28, 2014 · 21 revisions

INTRODUCTION

SQL Code Assistant plugin for IntelliJ IDEA provides extended editing capability for SQL and PL/SQL code of the Oracle database.

The database objects are always at your fingertips no matter where they came from - the database or sql scripts on the local File System. With the SQL Code Assistant you are able to browse the objects, edit and execute SQL statements, navigate over the code, search for usages in the database schema or scripts on the File System.

The plugin uses lexer and parser generated by ANTLR tool, thanks to Terence Parr (parrt@cs.usfca.edu, parrt@antlr.org).

Feature list:

Supported version: IntelliJ IDEA 12.X/13.X

Clone this wiki locally