Skip to content

Releases: DotNet4Neo4j/Neo4j-Vs-Console

Automatically adds closing bits...

22 Sep 14:43
Compare
Choose a tag to compare

Closing bits?
By that I mean parentheses '(', curly braces: '{', single quotes ''' and that wierd one next to [1] on the keyboard, the '`' character (the grave accent for those in the know).

Now handles simple values

22 Sep 14:48
Compare
Choose a tag to compare

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

22 Sep 14:46
Compare
Choose a tag to compare

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.