You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thank you for developing this extension. I'm developing an extension, and there's a need to add features to interact with Neo4j database. I found your extension very helpful, it provides a connection manager already.
Do you think it's a good idea to add a command to return connections from the ConnectionManager, or least the currently active one? By doing so, another extension could nicely depend on neo4j-vscode, and builds on top of it.
Let me know if this is good to you. I can create a PR for it then.
Cheers!
The text was updated successfully, but these errors were encountered:
bbgw
changed the title
Add a command to return connections?
Add a command to return connections (or active connection)?
May 25, 2023
Nice idea. I'm interested to see how you are building an extension on top of this one. You can get the active connection using the getActive() method and a list of all connections using getState()
bbgw
pushed a commit
to bbgw/neo4j-vscode
that referenced
this issue
May 28, 2023
Hi, thank you for developing this extension. I'm developing an extension, and there's a need to add features to interact with Neo4j database. I found your extension very helpful, it provides a connection manager already.
Do you think it's a good idea to add a command to return
connections
from theConnectionManager
, or least the currently active one? By doing so, another extension could nicely depend onneo4j-vscode
, and builds on top of it.Let me know if this is good to you. I can create a PR for it then.
Cheers!
The text was updated successfully, but these errors were encountered: