Auto complete stopped working on other file types when Illuminated Cloud plugin is active

Issue #412 resolved
Juned Miah created an issue

I have noticed that my auto complete on java and javascript files in other intellij projects stop functioning whenever the Illuminated Cloud plugin is activated. There is no issue when the plugin is deactivated.

The autocomplete in apex etc. work fine however, but it seems to clash with any other non-salesforce file types (.java, .js etc.) and renders the Intellij's autocomplete unable to work.

I am using Intellij 13.1.6 with v1.7.4.3-idea13 of Illuminated Cloud.

Comments (12)

  1. Scott Wells repo owner

    Interesting. I heard about something similar from another user via issue #407. I've tried to reproduce this locally unsuccessfully. Do you mind sending me your idea.log so I can see if there's anything useful there? I'll also try it on IntelliJ IDEA 13 since my daily driver is 2016 these days.

  2. Scott Wells repo owner

    Also, do you mind rebuilding full caches & indices (File>Invalidate Caches / Restart) to see if that resolves the issue?

  3. Scott Wells repo owner

    Ah...well, there's the equivalent of an NPE in there that I need to address. Could very well be the root cause of this behavior. Let me address that and post a fix.

  4. Juned Miah Account Deactivated reporter

    OK thanks, I tried invalidating the cache, still no luck. As you say, it may be the NPE

  5. Scott Wells repo owner

    I just implemented a fix. Let me spin a build and attach a test build for you here to see if it does in fact resolve the issue. If it does, I'll issue a hotfix release broadly.

  6. Scott Wells repo owner

    Okay, here's a build with the prospective fix. You can install it using Settings>Plugins>Install plugin from disk. Please let me know if it resolves the issue for you or not. If it doesn't, please send me another log to review. Thanks!

  7. Juned Miah Account Deactivated reporter

    It seems that the issue has been resolved in that build. Thank you.

  8. Scott Wells repo owner

    Thanks for letting me know. That fix will be in an official release on Monday. You'll be prompted to update, so no need for any further manual installations. Thanks again!

  9. Log in to comment