Running cypher queries - from vs code!
Using this extension you can run cypher queries simply by selecting the query and clicking the shortcut (currently alt+Shift+\
but you can change this in your settings).
You can query a local server or a remote server, with or without enabled authentication. Server configuration can be found under vs code settings.
A running neo4j server you can access via the regular default ports.
This extension contributes the following settings:
neorunner.server
: url of the neo4j server - neo4j://{neorunner.server}neorunner.user
: login user. (leave blank if authentication = false)neorunner.password
: login password. (leave blank if authentication = false)neorunner.clearoutput
: Clear output before running a new queryneorunner.authtype
: Authentication methodneorunner.database
: DB Name
Fixed login to remote server (configurable via settings)
Labels and Relationships explorer added
Clear output property was added to the settings
Initial release of basic functionality: server configuration and ability to run queries.