Pycharm auto-complete database in console
When connected to a database and typing a query within a console, the auto-complete feature will not show database or table names. How do I enable this feature?
My colleague has a similar setup and the autocomplete (crtl+space) works fine.
I've tried searching for the answer in multiple threads, but couldn't find a solution.
Please sign in to leave a comment.
Is your PyCharm connected to the database? Are you able to view your data using table views in PyCharm?
Yes, PyCharm is connected to the database and I am able to view the data using table views. I am using Athena (AWS) data source and driver.
SOLVED: Jump to console (ctrl + shift + F10) from the database window