feat: Add region boundary editing feature#124
Merged
Conversation
7e74003 to
b23d095
Compare
dguido
previously approved these changes
Jan 21, 2026
Member
dguido
left a comment
There was a problem hiding this comment.
Review
Rebased on main and resolved conflicts (both versions of code kept - the GitHub issue command from main and the CodeLens feature from this PR).
What this PR adds
- New CodeLens-based boundary editing UI for findings
- 6 new boundary commands: expand up/down, shrink top/bottom, move up/down
- Keyboard shortcuts using numpad keys (8/4/6/2 pattern)
- Context-aware toggle with
weAudit.boundaryEditingwhen clause - Visual decorations showing the editing region
Code Quality
- Clean separation of concerns with
FindingBoundaryCodeLensProviderclass - Proper cleanup on editor/file changes
- Type-safe command metadata
- Good documentation/comments
Build Status
- ✅ Compiles successfully
- ✅ Lints with no errors (only existing warnings)
LGTM - ready to merge.
b23d095 to
d37479a
Compare
Track VS Code launch and tasks configuration so contributors can debug and build the extension out of the box. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Vasco-jofra
approved these changes
Feb 13, 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.
This PR introduces a feature that allows changing the boundary of a weAudit region using keybinds or a CodeLens interface.
Test Instructions for Reviewers