JetBrains / js-graphql-intellij-plugin

GraphQL language support for WebStorm, IntelliJ IDEA and other IDEs based on the IntelliJ Platform.
https://jimkyndemeyer.github.io/js-graphql-intellij-plugin/
MIT License
879 stars 97 forks source link

List of files being picked up by the config #461

Open mattalexander-pantheon opened 3 years ago

mattalexander-pantheon commented 3 years ago

It's difficult to tell which files are being read while editing the config files. Would it be possible to display an exact list? Or at least log the matching to the Idea.log?

vepanimas commented 3 years ago

@mattalexander-pantheon hi! There is no way to get such a list now. I actually thought about that, maybe it's a good idea to implement it for debugging complex configs. Why do you need this, what's the exact issue you're trying to solve?