Cant navigate from lightning cmp to js controller method

Issue #829 resolved
Patryk Organa created an issue

Cant navigate from lightning cmp to js controller method, Using Ctrl + LMB

Comments (13)

  1. Scott Wells repo owner

    Patryk, can you provide a concrete example? I've addressed quite a few of these in IC2 but know I haven't addressed others. It'd be useful to know exactly what types of usages are still missing. Also, can you confirm that this is happening in IC2? Thanks!

  2. Scott Wells repo owner

    Great. Thanks for confirming. And one more question...are you using IC2 with IntelliJ IDEA Community Edition, Ultimate Edition, or WebStorm?

  3. Patryk Organa reporter

    Intellij ultimate. That feature makes navigation loooot easier, when working with lightning components, I would be thankfull if You will solve that issue with hi priority. Thanks

  4. Patryk Organa reporter

    And maybe that wolud be helpfull, just after installing IC2 I remeber that it was working fine, dont know exactly when stopped.

  5. Scott Wells repo owner

    Okay, thanks. Let me take a look, though it won't be until this evening. Having said that, I think I have those working properly from within JavaScript but not from within markup expressions, so I think you're seeing it behave as currently implemented. If so, I'll use this as an enhancement request to address those particular types of references.

  6. Patryk Organa reporter

    would be also great if:

    when I type method name in markup like {!c.fire) and controller does not contains the method, IC will suggest to create it, and after confirming it will create method with typical controller params - cmp,event,helper

  7. Hubert J

    @RoseSilverSoftware hello, this one bothers me since IC1, I always though it would be fixed in IC2, but I have just started to evaluate IC2 and I can see that this is still it's not working (using Idea community 2018.1), do you have any update on this one?

  8. Scott Wells repo owner

    Hubert, finishing out the Lightning completions and reference injections is next-next on my priority list currently. I just have one thing ahead of it.

  9. Scott Wells repo owner

    Issue tracker grooming. If this is still an issue, please feel free to reopen, ideally with a concrete reproduction scenario.

  10. Log in to comment