Skip to content

Conversation

@phillco
Copy link

@phillco phillco commented Aug 4, 2025

Implements the setHighlightRanges method to enable persistent highlighting functionality in the JetBrains Cursorless integration. We need to do this first and cut a new JS bundle before we make a change in the plugin repository.

  • Add setHighlightRanges to JetbrainsClient interface
  • Implement the method in JetbrainsIDE class
  • Pass highlightId, editorId, and serialized ranges to the client

Implements the setHighlightRanges method to enable persistent highlighting
functionality in the JetBrains Cursorless integration. This allows the
highlight command to work properly.

- Add setHighlightRanges to JetbrainsClient interface
- Implement the method in JetbrainsIDE class
- Pass highlightId, editorId, and serialized ranges to the client
@asoee asoee merged commit 498dcfd into asoee:cursorless-jetbrains Aug 5, 2025
2 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants