JetBrains: Support previewing files
Created by: philipp-spiess
We already have search results inside the web view. This task is about adding a way for the web view <> Java bridge to open a file in the preview panel.
One thing I am just thinking of architecture wise is that we can have the same file appear multiple times in the search results list with different occurrences in the same file. For this we need to make sure to:
- Only create one virtual file
- Make sure we properly update the highlights as we move between those search results.