Skip to content

Add ggsql cell delimiters and code lens actions#366

Merged
georgestagg merged 2 commits intomainfrom
ggsql-cells-lens
Apr 24, 2026
Merged

Add ggsql cell delimiters and code lens actions#366
georgestagg merged 2 commits intomainfrom
ggsql-cells-lens

Conversation

@georgestagg
Copy link
Copy Markdown
Collaborator

  • Adds -- %% as a cell delimiter for ggsql code in Positron.
  • Code lens actions are added to run the current, previous, and next cells in the console.
  • Ctrl/Cmd-Enter now executes the current cell in entirety, then moves onto the next cell, if cell delimiters are used.

Currently users must manually add cell delimiters, but in the future we can find and separate entire statements using an LSP server.

Screen.Recording.2026-04-24.at.10.19.13.mov

Closes #362.

@georgestagg georgestagg requested a review from thomasp85 April 24, 2026 09:42
Copy link
Copy Markdown
Collaborator

@thomasp85 thomasp85 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@georgestagg georgestagg merged commit de2fe96 into main Apr 24, 2026
2 checks passed
@georgestagg georgestagg deleted the ggsql-cells-lens branch April 24, 2026 10:38
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.

Add query separation awareness and consider a "Run Query" code lens

2 participants