Releases: DotNet4Neo4j/Neo4j-Vs-Console
Releases · DotNet4Neo4j/Neo4j-Vs-Console
Automatically adds closing bits...
Now handles simple values
OOOPS
Turns out that up until this release doing something like RETURN COUNT(n)
would have resulted in the console showing an error message (it would have run the query, and would have returned the results - just not in a nice way).
Now however, the COUNT
dream is ALIVE!
Smarter Intellisense added for Labels and Relationships
Now when you press ':' the autocomplete function checks to see if you're in a relationship
or a label
and gives you the correct response for the position you're at.