Stub index
Hey,
I'm trying to create a stub index for Java. How can I do that? Documentation covers only creating stub indexes for custom languages.
Basically, I want to quickly look up methods with certain parameter types.
Please sign in to leave a comment.
You can't. Feeding data to stub indices is part of the implementation of element types for a language, and it's hard-coded as part of the implementation and not extensible.
You can create a file-based index instead, though. It is completely external to a language implementation.