Fork me on GitHub
#cursive
<
2019-06-20
>
cfleming20:06:26

@wilkerlucio Yes, that would require some kind of extension - I have plans to allow this, but it’s not possible yet, sorry.

👍 8
Rachel Westmacott08:06:46

this would be awesome.

cfleming20:06:07

@hlship Good idea. The breadcrumbs feature is probably pretty easy, perhaps the structure view could work well for the navigation.

danielcompton23:06:19

I found that updating to 2019.1.3 borked my Cursive indexes and all symbol resolution was broken. Invalidating the caches fixed it. It might be a good idea to automatically invalidate caches on IntelliJ version upgrades?

cfleming23:06:49

@danielcompton Hmm, possibly, although I don’t think that’s something that usually happens. There is a bunch of index funkiness in 2019.1 that I’m waiting on a fix for: https://youtrack.jetbrains.com/issue/IDEA-211736

helios12:06:15

I think I am affected by this today 😢

kenny23:06:58

I have also had this problem occur too. Seems to happen somewhat randomly. Usually closing and opening a project fixes it. Sometimes it will require a cache invalidation though. Sometimes it only affects symbols from particular projects and sometimes it's everything (or mostly everything, can't recall exactly). I pretty much always have multiple projects open.

danielcompton23:06:19

This one was particularly tricky as editing a file would rebuild the indexes for that file but not the whole project so find usages only found references on files I had touched since upgrading