How to invoke autocomplete for table names from data source?
I have seen this http://devnet.jetbrains.com/message/5259027#5259027 topic with the same problem.
In my case autocomplete works fine in sql console (Ctr+Shift+F10) but not in sql file or java code.
Is that posible?
OS : Ubuntu 11.04
JDK : 1.6.0_24
DB: PostgreSQL 8.4
Driver : postgresql-8.3-603
Idea : 10.5
Build: IU-107.105
Please sign in to leave a comment.
Hello Yuri,
Is your datasource "Project" level, or "Global"?
Are your tables in a specific schema?
-tt
Hello,

I've tried to use both of them, doesn't matter.
No all tables in the default public schema.