What happened?
I noticed an intermittent issue with the inline suggestion feature in the query editor.
When typing a query such as:
the inline suggestion correctly shows table names. However, after selecting a suggested table (for example customer), pressing Enter does not move the cursor to a new line as expected. Command + Enter also does not execute the query.
The issue only happens immediately after selecting an item from the inline suggestion dropdown.
Steps to reproduce
- Type:
- Select a table from the inline suggestion list
- Press
Enter
- Press
Command + Enter
Expected behavior
Enter should move the cursor to a new line
Command + Enter should execute the query normally after selecting a table from autocomplete suggestions
Database type
MySQL / MariaDB
TablePro version
0.41.0 (84)
macOS version & chip
26.4.1 (25E253)/Apple M4 Max
Screenshots / Logs
No response
What happened?
I noticed an intermittent issue with the inline suggestion feature in the query editor.
When typing a query such as:
the inline suggestion correctly shows table names. However, after selecting a suggested table (for example
customer), pressingEnterdoes not move the cursor to a new line as expected.Command + Enteralso does not execute the query.The issue only happens immediately after selecting an item from the inline suggestion dropdown.
Steps to reproduce
EnterCommand + EnterExpected behavior
Entershould move the cursor to a new lineCommand + Entershould execute the query normally after selecting a table from autocomplete suggestionsDatabase type
MySQL / MariaDB
TablePro version
0.41.0 (84)
macOS version & chip
26.4.1 (25E253)/Apple M4 Max
Screenshots / Logs
No response