sachabruttin / CosmosDbExplorer

A nice client explorer for Azure Cosmos DB
https://www.bruttin.com/CosmosDbExplorer/
MIT License
107 stars 27 forks source link

Add array folding support #77

Closed Curlack closed 2 years ago

Curlack commented 2 years ago

Add support for array folding. Use algorithm that supports multiple delimiters. Update foldings when document text changes, debounce 500ms. Timer was hogging CPU. Remove Timer and Interval property. Closes #76

sachabruttin commented 2 years ago

@Curlack Excellent work. The editor is much more stable now!