feat: raw log file interactions and decorations#715
Merged
lcottercertinia merged 19 commits intocertinia:mainfrom Feb 7, 2026
Merged
feat: raw log file interactions and decorations#715lcottercertinia merged 19 commits intocertinia:mainfrom
lcottercertinia merged 19 commits intocertinia:mainfrom
Conversation
- show in log (from timeline + calltree context menus) - show in timeline (from calltree context menus)
…uBuilder and related components Default will handle selected text.
… improving timestamp search
From the raw log show in log analysis - Opens the log analysis with the frame matching the current timestamp selected and zoomed. End of row decoration to show event total and self time. Hover the row decoration to show dml, soql, exception details.
- Allows for events to be folded by clicking on the gutter next to the start event to hide + focus on specific events. - If sticky scroll is enabled you get see a nice list of the parents at the top too!
…p regex and formatting to utility functions
lcottercertinia
approved these changes
Feb 7, 2026
lcottercertinia
approved these changes
Feb 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 PR Overview
Adds some basic log analysis features to the raw log file as well as navigation to / from the debug log analyzer.
Mostof these only work on logs up to 50mb due to vscode limits on large files.
🧩 Type of change (check all applicable)
📷 Screenshots / gifs / video [optional]
🔗 Related Issues
fixes #
resolves #204
closes #
related #
✅ Tests added?
📚 Docs updated?
Anything else we need to know? [optional]