Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adam-cowley/neo4j-vscode
- Owner: adam-cowley
- License: mit
- Created: 2020-10-21T10:39:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T03:07:44.000Z (7 months ago)
- Last Synced: 2024-10-04T12:49:01.351Z (about 1 month ago)
- Language: TypeScript
- Size: 594 KB
- Stars: 29
- Watchers: 3
- Forks: 11
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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).