Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adam-cowley/neo4j-vscode

VS Code Extension Experiments
https://github.com/adam-cowley/neo4j-vscode

Last synced: 22 days ago
JSON representation

VS Code Extension Experiments

Awesome Lists containing this project

README

        

# Neo4j VS Code Extension

The Neo4j VS Code Extension allows you to manage connections and run Cypher without leaving VS Code.

![Extension Screenshot](docs/screenshot.png)

## Features

* Cypher syntax highlighting
* Manage Neo4j connections in the Neo4j Sidebar
* Run Cypher statements in read or write transactions
* Highlight individual Cypher statements in your code and run with
* Supercharge your development with code snippets for
* Cypher
* Node.js, JavaScript, TypeScript and Python

## Roadmap

* Built-in Cypher formatting
* Better result handling
* Open your connection in Workspace, Bloom, Browser and more...
* More code snippets

## Feedback

If you have any comments, feedback or feature requests please feel free to open an Issue. PRs are also welcome.

## Acknowledgements

* Thank you to [@jakeboone02](https://github.com/jakeboone02) for the [Cypher grammar file](./cypher/cypher.tmLanguage).