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
Describe the bug
Since upgrading Webstorm, there's no autocompletion, no red underline when trying to query for non existing fields, and so on.
UPDATE
Our schema file has a little over 51,000 lines.
If I randomly remove about a 1000 lines, the plugin started working as normal again...
Expected behavior
Schema should be detected properly, autocompletion should work,
Screenshots
Screenshot taken in Webstorm version 2024.2.4, and plugin version 242.21829.3.
Autocomplete is working, and securityScanSources has line through indicating it's deprecated
Screenshot taken in Webstorm version 2024.3, and plugin version 243.21565.122:
Only __typename is autocompleted, and no line through
Version and Environment Details
Operation system: MacOS
IDE name and version: Webstorm 2024.3
Plugin version: 243.21565.122
The text was updated successfully, but these errors were encountered:
ItaiYosephi
changed the title
Autocompletion stopped working since upgrading webstrom to 2024.3
Autocompletion stopped working since upgrading webstrom to 2024.3 for big schema files
Nov 18, 2024
@vepanimas
Hi, thanks for you response.
Seems like we've reached the limit.
updated in the registry to 6000, and seems to work now... I wonder if there's a better solution?
Describe the bug
Since upgrading Webstorm, there's no autocompletion, no red underline when trying to query for non existing fields, and so on.
UPDATE
Our schema file has a little over 51,000 lines.
If I randomly remove about a 1000 lines, the plugin started working as normal again...
Expected behavior
Schema should be detected properly, autocompletion should work,
Screenshots
Screenshot taken in Webstorm version 2024.2.4, and plugin version 242.21829.3.
Autocomplete is working, and
securityScanSources
has line through indicating it's deprecatedScreenshot taken in Webstorm version 2024.3, and plugin version 243.21565.122:
Only
__typename
is autocompleted, and no line throughVersion and Environment Details
Operation system: MacOS
IDE name and version: Webstorm 2024.3
Plugin version: 243.21565.122
The text was updated successfully, but these errors were encountered: