Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support collapsing logs that are similar as defined by a same logtype. #119

Open
junhaoliao opened this issue Nov 13, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@junhaoliao
Copy link
Member

Request

Support collapsing logs that are similar as defined by a same logtype.

Possible implementation

Refer to #26

  1. We can first look into creating folding ranges with Monaco APIs: https://microsoft.github.io/monaco-editor/playground.html?source=v0.52.0#example-extending-language-services-folding-provider-example
  2. Then provided a log event, all events on the current page with the same "logtype" (log template) shall be folded.
@junhaoliao junhaoliao added the enhancement New feature or request label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant