Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>neorunnerNew to Visual Studio Code? Get it now.
neorunner

neorunner

Doron Goldberg

|
2,507 installs
| (1) | Free
Runs neo4j queries
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

neorunner

Running cypher queries - from vs code!

Features

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).

alt text

You can query a local server or a remote server, with or without enabled authentication. Server configuration can be found under vs code settings.

Requirements

A running neo4j server you can access via the regular default ports.

Extension Settings

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 query

Known Issues

Release Notes

1.0.2

Labels and Relationships explorer added

1.0.1

Clear output property was added to the settings

1.0.0

Initial release of basic functionality: server configuration and ability to run queries.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft