You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 19, 2025. It is now read-only.
Referring to the existing SQL vsc extension design, I make the following suggestions:
Worksheet Editor
Similar to the code editing method of SQLTools, a file can have multiple code segments, and there is a separate execution button next to each code segment to execute this code.
Search Results Table
A search results window will appear to indicate which code segments of which files were matched when text cursor focuses on the corresponding worksheet code segment. If it is a replacement result, it is best to have a diff preview before and after the modification.
Referring to the existing SQL vsc extension design, I make the following suggestions:
Worksheet Editor
Similar to the code editing method of SQLTools, a file can have multiple code segments, and there is a separate execution button next to each code segment to execute this code.
Search Results Table
A search results window will appear to indicate which code segments of which files were matched when text cursor focuses on the corresponding worksheet code segment. If it is a replacement result, it is best to have a diff preview before and after the modification.
Files to include and files to exclude
Just like vsc files search.