31 December 2016

steps

  1. https://github.com/sqlcook/Sublime-Neo4j

  2. installation

    1. clone this repo to ~/Library/Application Support/Sublime Text 3/Packages

       $ cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages
       $ git clone https://github.com/sqlcook/Sublime-Neo4j.git
      
  3. configuration

    1. Preferences -> Package Settings -> Neo4j Menu

       {
           "neo4j_api" : "http://localhost:7474/db/data/cypher",
           "neo4j_user" : "neo4j",
           "neo4j_password" : "node"
       }
      
  4. keymap

    1. results are displayed in the console

       ctrl+~
      
    2. run query with

       ctrl+r
      


blog comments powered by Disqus