Projet folder staticresources is stuck on "loading..."

Issue #2648 resolved
Thibault Weber created an issue

Hi,

I tried to delete/recreate the project and it still doesn't work.
All the files in the staticresources folder exist in windows explorer

It’s not a problem with the latest version: I have the problem for several weeks. (Maybe since the last time I reinstalled Intellij)

Ever seen anything like this? Thanks

Comments (7)

  1. Thibault Weber reporter

    I investigated a little more by adding resources gradually in the module subscriptions and I might have found the source of the problem:

    Everything works fine as long as I add CSS/ZIP/Image resources: They are well displayed in Intellij.

    Until I try to add a Javascript resource: staticresources folder is no longer up to date in the IDE

    Maybe an issue with some JS code inspection or a JS plugin ?! 🤷‍♂️

  2. Scott Wells repo owner
    • changed status to open

    Hi. Are there any errors in idea.log (Help | Show Log in Explorer/Finder/Files)? Most of my projects have JavaScript-type static resources in them and I haven't seen this issue, nor am I hearing about it from others, so perhaps it's something that can be resolved locally. But if it is a bug, hopefully the log file will show clearly what it is.

  3. Thibault Weber reporter

    I have attached the logs from the moment I tried to add a JS resource (ChartJs.resource)

    The resource is successfully retrieved on line 21.

    Then there is indeed a PluginException.

    Not sure how correctly identify the plugin… I searched for a plugin like "Stubs" but couldn't find anything.

    I have attached a list of enabled plugins (Apart from IC2, these are only plugins installed automatically by Intellij)

  4. Scott Wells repo owner

    I was just able to reproduce this in a metadata format project. I’ll see if I can figure out what’s going on and try to have a fix available in this week’s (likely Thursday’s) build. Thank you for providing the diagnostic info!

  5. Log in to comment