Skip to content

Embedded Cypher in file is not linted for missing Labels and Relationships by VSCode Extension #324

@iamdavehart

Description

@iamdavehart

If you create a piece of cypher while connected to a neo4j connection and include a missing label, that label is marked as a warning, e.g. Relationship Type RELATES_TO is not present in the database. However, if you put that same cypher in a string within a python file and prefix it with //cypher then the syntax is highlighted but the missing labels and relationships are not marked up as warnings

image

The expected behaviour would be that an embedded string would be linted for missing labels and relationships just as it is within a .cypher file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions