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

feat: add definition #195

Merged
merged 1 commit into from
Dec 22, 2024
Merged

feat: add definition #195

merged 1 commit into from
Dec 22, 2024

Conversation

kitagry
Copy link
Owner

@kitagry kitagry commented Dec 17, 2024

relate #6
Add definition to with query.

Example)

| is cursor position.

WITH data (SELECT 1 AS a)
SELECT * FROM data|

This change enable to jump like followings

WITH data| (SELECT 1 AS a)
SELECT * FROM data

@kitagry kitagry force-pushed the add-definition branch 2 times, most recently from 25a3602 to 8ad18fc Compare December 22, 2024 03:23
@kitagry kitagry marked this pull request as ready for review December 22, 2024 03:58
@kitagry kitagry merged commit de44475 into main Dec 22, 2024
2 checks passed
@kitagry kitagry deleted the add-definition branch December 22, 2024 04:04
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.

1 participant