neueda / jetbrains-plugin-graph-database-support

Graph Databases support for JetBrains family IDEs.
Apache License 2.0
221 stars 56 forks source link

Plugin does not work in PyCharm? #4

Closed mjmare closed 8 years ago

mjmare commented 8 years ago

I'm a bit puzzled by this plugin. I have installed v2.0.3 in PyCharm 2016.1.4. In the Graph database tab I have connected to two Neo4j 3 instances. The Graph Database Console does not DO anything. The log tab which shows "DataSource[Neo Dev] - refreshing metadata... DataSource[Neo Dev] - metadata refreshed successfully!" The graph tab shows: "Select entity..." The table tab shows: "Nothing to show".

So what should it do?

FylmTM commented 8 years ago

Hi @mjmare ,

Sorry for this confusion. We are still developing and polishing several important features. One of such features - quick query execution.

Currently, you should create new Cypher file (.cyp, .cql or .cypher) and write Cypher queries there. You will see the green outline for query under cursor that will be executed. Additionally, you can visually select query. Then you can hit ctrl-enter or cmd-enter to execute the query, or right-click and select an option in the dropdown menu.

We are planning to release interface for quick query execution on next week.

Also, we will provide additional documentation on available interactions.

mjmare commented 8 years ago

No problem. I was just wondering. Looking forward to new functionality.