jetbrains-plugin-graph-database-support icon indicating copy to clipboard operation
jetbrains-plugin-graph-database-support copied to clipboard

Syntax support in Java files.

Open micheal-swiggs opened this issue 5 years ago • 1 comments

Is it possible to have cypher syntax support for Strings in Java? Even better would be to also have semantic support.

micheal-swiggs avatar Aug 08 '19 09:08 micheal-swiggs

Hello @micheal-swiggs,

Cypher highlighting in Java files is enabled for some classes (see definedInClass). For example for Neo4j OGM, Spring Data Neo4j and Graph Database API:

image

Is your requirement to get highlighting in the Neo4j Java driver or another library?

We will look into updating this.

Meanwhile you can add classes and methods for highlighting in IntelliJ SettingsEditorLanguage Injections.

dwitry avatar Aug 14 '19 09:08 dwitry