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

0

Hello Yuri,

Is your datasource "Project" level, or "Global"?
Are your tables in a specific schema?

-tt

0
Avatar
Permanently deleted user

Hello,


I've tried to use both of them, doesn't matter.

No all tables in the default public schema.


data_source_properties.png

0

请先登录再写评论。