intellij-arend icon indicating copy to clipboard operation
intellij-arend copied to clipboard

Stubs do not work

Open valis opened this issue 5 years ago • 5 comments

It seems that stubs for PSI elements are never created.

valis avatar Aug 31 '19 07:08 valis

Is it created now?

ice1000 avatar Mar 24 '20 07:03 ice1000

No, they're not. I think this might be because of serialized core expressions. When they're loaded, it looks at PSI elements which might cause creating the whole element instead of a stub. So, we need to fix loading of serialized data first.

Also, I think they are not created even when there are no serialized data, but I'm not sure. If this is the case, then there are some other issues.

valis avatar Jun 11 '20 00:06 valis

Ok

ice1000 avatar Sep 25 '20 13:09 ice1000

According to @sxhya, the "import when selecting completion item" feature relies on the stub index, but they do work. Does that mean stub indices are created now?

ice1000 avatar Sep 30 '20 22:09 ice1000

Indices do work, but stubs are never created, instead actual PSI elements are always created (not their stubs).

valis avatar Oct 01 '20 10:10 valis