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:
- Download the VSIX
- Install from within Visual Studio via the 'Extensions and Updates' menu (under Tools)
To debug within VS, right-click on the Neo4jConsolePackage project, and go to the Properties. Once there, select the Debug tab and:
- Change
Start Actionto:Start External Programwith 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 Optionsand add to theCommand line argumentsbox:/rootsuffix Exp
Issues - raise here, or email, twitter etc (@cskardon)
Licensed under MS-PL. See LICENSE in the root of this repository for full license text.
