A plugin for working with Neo4j's Cypher query language in SublimeText.
- Contains the Cypher 4.1 keywords and functions
- Contains the UTF-8 Fix from fredbenenson
- If you don't have it already install Sublime Package Control
- See Package Control usage
- Open the Command Pallete (
CTRL+SHIFT+P) - Select "Install Package"
- Select "Cyper"
The plugin will detect files ending in .cql or .cyp as Cypher, optionally just select Cypher from the Syntax menu.
- Download the zip of this repository
- Open Sublime Text 3, and go to ‘Browse Packages’ (
CTRL + SHIFT + Pthen type ‘browse’ and hit ENTER) - Unzip the repository into that folder - (your packages folder should have new folder called 'Cypher' or something, )
- Restart Sublime Text 3.
- Open a file containing some Cypher queries and switch to Cypher mode (
CTRL + SHIFT + Pthen type ‘Cypher’ and hit ENTER)
- 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
- 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