neueda / jetbrains-plugin-graph-database-support

Graph Databases support for JetBrains family IDEs.
Apache License 2.0
222 stars 56 forks source link

Syntax support in Java files. #121

Open micheal-swiggs opened 5 years ago

micheal-swiggs commented 5 years ago

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

dwitry commented 5 years ago

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.