How to: SearchEverywhereContributor
已回答
I want to create a new search which pulls data from a remote REST API, which returns a JSON with all suitable results.
So far I have a custom SearchEverywhereContributor class, which display a new tab in the Search UI.
But where do I implement the querying of the API and where and how do I "send" the data to results list of the searcheverywhere UI?
Thanks in advance!
请先登录再写评论。
com.intellij.ide.actions.searcheverywhere.SearchEverywhereContributor#fetchElements, there's a number of implementations in IntelliJ Community sources