jet-client-support
jet-client-support copied to clipboard
Json output not correctly updated with collapsed objects
Example:
I have a request that returns 2 objects (= orders). I collapse both orders:
Then I make a request that returns more objects, including the ones I did collapse. I then don't see the other orders:
The only clue are the higher line numbers shown.
What I expect to see is that:
- The 2 orders still being collapsed and the other orders shown not collapsed.
- OR all orders shown expanded.
Thank you for reporting this issue.
Actually, JetClient reuses JSON functionality from the IntelliJ platform. This behavior is a bug within the IntelliJ platform and can be reproduced with any JSON file.
However, I will look into this and try to provide a fix in the future.
I’ve updated the functionality so that all folded regions are now expanded with each response. The issue should be resolved now.