Giter Site home page Giter Site logo

Comments (10)

arm1n avatar arm1n commented on June 3, 2024 1

Hey @vepanimas thanks for providing a fix for this, I can confirm that it's working with the 4.0.2 and adding a graphql.config.js in the root of the project.

from js-graphql-intellij-plugin.

vepanimas avatar vepanimas commented on June 3, 2024

@arm1n hey, could you please try a new plugin build with the fix? Does it fix the problem? Please, note that Gatsby expects you to create a graphql.config.js in the root of the Gatsby project, it's the same folder that contains the .cache dir. [docs]

js-graphql-intellij-plugin-4.0.2.zip

from js-graphql-intellij-plugin.

robclancy avatar robclancy commented on June 3, 2024

This is not fixed in the released 4.0.2.

EDIT: I also installed from the zip here and it didn't work.

It's not working when the folder is excluded... it shouldn't be a surprise that an auto generated file that only works with a specific plugin might be excluded.

from js-graphql-intellij-plugin.

vepanimas avatar vepanimas commented on June 3, 2024

It's not working when the folder is excluded... it shouldn't be a surprise that an auto generated file that only works with a specific plugin might be excluded.

@robclancy Why do you think it should be excluded?

from js-graphql-intellij-plugin.

robclancy avatar robclancy commented on June 3, 2024

It's a cache and tmp folder...

from js-graphql-intellij-plugin.

vepanimas avatar vepanimas commented on June 3, 2024

@robclancy Yep, it's correct, though, why do you need to exclude it? You usually exclude a folder if you don't want the files inside of it to be indexed and to appear in completion, resolve, navigation, etc. Nevertheless, we do have an issue related to that, but it's not yet clear when it will be implemented.

From the IntelliJ IDEA docs:

Files in excluded folders are ignored by code completion, navigation and inspection. That is why when you exclude a folder that you don't need at the moment, you can increase the IDE performance. Normally, compilation output folders are marked as excluded.

Apart from excluding the entire folders, you can also exclude specific files.

To sum things up, generated != excluded.

from js-graphql-intellij-plugin.

robclancy avatar robclancy commented on June 3, 2024

What are you talking about? A tmp and cache folder is always excluded. A tmp folder is used for generated files. This issue is not resolved because if you exclude the folder that you should be excluding, the entire reason for the exclude feature to exist, then gatsby graphql config does not work.

from js-graphql-intellij-plugin.

vepanimas avatar vepanimas commented on June 3, 2024

What are you talking about?

Look, when you want a file to be excluded from indexing, you mark it or the whole folder as excluded. That's what is written in the docs I provided. For some technologies, e.g. node.js and its node_modules, we have some workarounds, that allow us to use excluded files for completion and resolve, but usually, when you exclude something, it's completely ignored by the IDE.

The easiest way for now to bypass that and leave the .cache folder excluded is to un-exclude a specific directory you need, for Gatsby it is .cache/typegen.

gatsby-exclusion.mp4

from js-graphql-intellij-plugin.

robclancy avatar robclancy commented on June 3, 2024

Nothing you have said has contradicted anything I have said. I have no idea why you are saying these things.

from js-graphql-intellij-plugin.

jeron-diovis avatar jeron-diovis commented on June 3, 2024

I was wondering why it doesn't work, and it appears that it's because of a hidden directory (#673).
I managed to get it working with a workaround:

  • make a symlink to .cache/typegen/schema.graphql in root folder
  • copy graphql.config.json from .cache/typegen to root folder. Config is very simple, and copypasting it is not a big deal.
  • set schema field in config to schema.graphql

And voila, webstorm recognizes my queries now.
If you don't want to commit symlinks, link can be renamed like schema.local.graphql and added to gitignore.

from js-graphql-intellij-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.