-
Notifications
You must be signed in to change notification settings - Fork 9
Home
deepsky edited this page Feb 28, 2014
·
21 revisions
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:
- Syntax and error highlighting
- Highlighting of keywords, types, system functions, table names, pl/sql varaible, etc
- Static code analysis (arithmetic expression evaluation, resolving references)
- Context aware code completion
- Viewing the Structure of SQL and PL/SQL code
- Code Navigation
- SQL Code Formatting (Ctrl-Alt-L)
- Quick object lookup (Ctrl-Shift-O)
- Find Usages tables, views, columns, function, procedures, etc
- SQL and PL/SQL code execution with sortable query result (Ctrl-Shift-M)
- Code Folding and bracket matching support
- Code commenting
- Database Schema Browsing
- Connection management
Supported version: IntelliJ IDEA 12.X/13.X