Skip to content

JetBrains: Add minimal strategy to load file content

Warren Gifford requested to merge ps/jetbrains-load-data into main

Created by: philipp-spiess

Part of #34368 (closed)

We need a way to load search match file contents. To be efficient, we also want to only load every file only once (otherwise scrolling though a list of multiple results in a single file would cause unnecessary loading indicators).

This data in combination with the matched line information can now be sent over to Java to render the preview dialog

Test plan

Manually verified the console output:

Screenshot 2022-05-02 at 16 25 32

App preview:

Check out the client app preview documentation to learn more.

Merge request reports

Loading