Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1023 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 1023 Bytes

Neo4j VS Code Extension

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

Extension Screenshot

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