Skip to content

cskardon/sublime-cypher

 
 

Repository files navigation

Sublime Text 2 plugin - Cypher

A plugin for working with Neo4j's Cypher query language in SublimeText.

Fork differences

  • Contains the Cypher 4.1 keywords and functions
  • Contains the UTF-8 Fix from fredbenenson

Installation - Sublime Text 2

The plugin will detect files ending in .cql or .cyp as Cypher, optionally just select Cypher from the Syntax menu.

Installation - Sublime Text 3

  1. Download the zip of this repository
  2. Open Sublime Text 3, and go to ‘Browse Packages’ (CTRL + SHIFT + P then type ‘browse’ and hit ENTER)
  3. Unzip the repository into that folder - (your packages folder should have new folder called 'Cypher' or something, )
  4. Restart Sublime Text 3.
  5. Open a file containing some Cypher queries and switch to Cypher mode (CTRL + SHIFT + P then type ‘Cypher’ and hit ENTER)

Usage

  • Type a Cypher query into your editor
  • Run it by selecting the query and hitting (cmd+shift+r on OSX, ctrl+shift+r on Windows)
  • The results or error will be shown in the console, which can be opened by (ctrl+`)
  • If no text is selected, all the text in the file is run as a single query

Future Plans

  • Auto selecting the query under the cursor
  • Auto completion for Cypher keywords and functions, etc
  • Auto completion based on data in the DB
  • Cypher 2 support

About

Syntax highlighting for Neo4j's Cypher query language in SublimeText.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%