Version 1 (modified by 11 years ago) ( diff ) | ,
---|
Netbeans SQL Editor with functions autocompletion and documentation
Netbeans SQL Editor
Netbeans IDE provides a powerful database explorer and SQL editor. The SQL editor offers features such as:
- Syntax coloring
- Contextual code completion for databases, schemas, tables, columns
- Execution of SQL code at cursor
- Execution of SQL scripts
- etc.
Unfortunately, the editor do not autocomplete functions/procedures, a feature that would be cool for PostGIS functions.
The SqlFunctionsCompletion NBM plugin adds this functionality to the SQL editor.
SqlFunctionsCompletion plugin
Presentation
The SqlFunctionsCompletion plugin is a Netbeans plugin (NBM file) extending the default SQL Editor to add functions and procedures autocompletion based on the current query context.
When configuring a Netbeans database connection, a default schema can be set. This default schema is used by the module to search functions from.
Features
- Contextual autocompletion of schemas' functions or default schema functions
- Inline, fully browsable documentation from Postgis.net website.
- Documentation version is chosen according to the running PostGIS version.
Installation
- Download the SqlFunctionsCompletion Netbeans module
- Open Netbeans plugin manager (tools -> plugins)
- Click on Downloaded tab and add the downloaed .nbm file
- Install the plugin, restart Netbeans IDE
Updates
Attachments (4)
- pgissqleditor.png (97.9 KB ) - added by 11 years ago.
- sqleditor.png (73.0 KB ) - added by 11 years ago.
-
org-nico-db-sql-editor.nbm
(61.9 KB
) - added by 11 years ago.
Netbeans module
- sqlfunctionsprefpane.png (86.6 KB ) - added by 11 years ago.
Download all attachments as: .zip