luboshl / aseisql

Automatically exported from code.google.com/p/aseisql
0 stars 0 forks source link

code completion #76

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
what do you think about code completion funktions for:
- basic SQL commands, for instance, instead of typing FROM you can simply
type "f" and then press a spezific key. 
- database tables and columns (even when they are aliased)
- local variables and displays parameter information when calling stored
procedures or functions
- when you are writing a SQL statement and you start to write a join
clause: you will see a list of the foreign keys for the table you are
querying. Select a foreign key, and the join clause will be automatically added

Original issue reported on code.google.com by nowak.wi...@gmx.de on 1 Feb 2010 at 9:23