OpenLiberty / liberty-tools-intellij

IntelliJ IDEA extension for Liberty
https://plugins.jetbrains.com/plugin/14856-open-liberty-tools
Eclipse Public License 2.0
11 stars 20 forks source link

Add GraphQL support for diagnostics for MicroProfile #742

Closed turkeylurkey closed 2 months ago

turkeylurkey commented 2 months ago

Fixes #699

You can test with a project created at microprofile.io that includes graphql (check the appropriate box).

One diagnostic is generated when you add @Query to a field in a class.