You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feels like this example should work out of the box because it's a self contained document.
Other cases are less clear. For an example, with an executable document:
{
user {
nameunknownField
}
}
SInce there's no schema to validate against, it'd be fine to show an error here but my preferred solution would be to only check the syntax, no the actual validation.
Version and Environment Details
Operation system: MacOS
IDE name and version: IntelliJ IDEA 2024.2.4
Plugin version: 242.21829.3
The text was updated successfully, but these errors were encountered:
Description
Using IJ language injections, it happens very often (always?) that highlighting fails.
One recent example:
Feels like this example should work out of the box because it's a self contained document.
Other cases are less clear. For an example, with an executable document:
SInce there's no schema to validate against, it'd be fine to show an error here but my preferred solution would be to only check the syntax, no the actual validation.
Version and Environment Details
Operation system: MacOS
IDE name and version: IntelliJ IDEA 2024.2.4
Plugin version: 242.21829.3
The text was updated successfully, but these errors were encountered: