Skip to content

DotNet4Neo4j/Neo4j-Vs-Console

Repository files navigation

What is Neo4j Console?

Build Status

It's an extension for Visual Studio (2013 & 2015, mebbe the others - if someone has it installed and wants to let me know ;) ) to allow you to query Neo4j from within VS.

I'm beginning to add the autocomplete, missing some context, but it's getting there:

Demo

Install

  • Download the VSIX
  • Install from within Visual Studio via the 'Extensions and Updates' menu (under Tools)

Debug

To debug within VS, right-click on the Neo4jConsolePackage project, and go to the Properties. Once there, select the Debug tab and:

  • Change Start Action to: Start External Program with the Visual Studio instance of choice (in my case: C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe)
  • Change the Start Options and add to the Command line arguments box: /rootsuffix Exp

Issues

Issues - raise here, or email, twitter etc (@cskardon)

License Information

Licensed under MS-PL. See LICENSE in the root of this repository for full license text.