feat(editor):add configurable shortcut to force IntelliSense suggestions#371
Open
GabrielMalava wants to merge 9 commits into
Open
Conversation
…o suggestion widget, complementing the existing automatic completion
…toradd_configurable_shortcut_to_force_suggestions
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (12 files)
Previous Review Summary (commit 768449f)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit 768449f)Status: No Issues Found | Recommendation: Merge Files Reviewed (11 files)
Reviewed by kimi-k2.7-code-20260612 · Input: 114.9K · Output: 33.4K · Cached: 3.9M |
…table` keybinding
…toradd_configurable_shortcut_to_force_suggestions
…ns' of github.com:GabrielMalava/tabularis into feat/editoradd_configurable_shortcut_to_force_suggestions
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.
Adds a configurable keyboard shortcut to force database suggestions in the SQL editor, like SQL Server's IntelliSense trigger. Autocomplete already appears automatically, but there was no way to manually re-open the suggestion widget when it didn't show up this adds that.
The shortcut defaults to ⌘+I on macOS (Ctrl+Space on Linux, avoided on macOS since the system reserves it) and can be remapped from Settings → Keyboard Shortcuts → Editor. It works in both the main editor and notebook cells, wired through the existing keybindings system so user overrides are respected.
-Add configurable shortcut to reload the current table a
refresh_tablekeybinding