Skip to content

feat(editor):add configurable shortcut to force IntelliSense suggestions#371

Open
GabrielMalava wants to merge 9 commits into
TabularisDB:mainfrom
GabrielMalava:feat/editoradd_configurable_shortcut_to_force_suggestions
Open

feat(editor):add configurable shortcut to force IntelliSense suggestions#371
GabrielMalava wants to merge 9 commits into
TabularisDB:mainfrom
GabrielMalava:feat/editoradd_configurable_shortcut_to_force_suggestions

Conversation

@GabrielMalava

@GabrielMalava GabrielMalava commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

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_table keybinding

@kilo-code-bot

kilo-code-bot Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (12 files)
  • src/components/ui/SqlEditorWrapper.tsx
  • src/config/shortcuts.json
  • src/i18n/locales/de.json
  • src/i18n/locales/en.json
  • src/i18n/locales/es.json
  • src/i18n/locales/fr.json
  • src/i18n/locales/it.json
  • src/i18n/locales/ja.json
  • src/i18n/locales/ru.json
  • src/i18n/locales/zh.json
  • src/pages/Editor.tsx
  • tests/components/ui/SqlEditorWrapper.test.tsx
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)
  • src/components/ui/SqlEditorWrapper.tsx
  • src/config/shortcuts.json
  • src/i18n/locales/de.json
  • src/i18n/locales/en.json
  • src/i18n/locales/es.json
  • src/i18n/locales/fr.json
  • src/i18n/locales/it.json
  • src/i18n/locales/ja.json
  • src/i18n/locales/ru.json
  • src/i18n/locales/zh.json
  • tests/components/ui/SqlEditorWrapper.test.tsx

Reviewed by kimi-k2.7-code-20260612 · Input: 114.9K · Output: 33.4K · Cached: 3.9M

@GabrielMalava GabrielMalava changed the title feat(editor)/add configurable shortcut to force IntelliSense suggestions feat(editor):add configurable shortcut to force IntelliSense suggestions Jun 24, 2026
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