Bug #84211 Autocomplete Feature
Submitted: 15 Dec 2016 8:19 Modified: 15 Dec 2016 9:30
Reporter: Ionel Scutelnicu Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S5 (Performance)
Version:6.3.8 OS:Windows (Microsoft Windows 10 Home)
Assigned to: CPU Architecture:Any
Tags: WBBugReporter

[15 Dec 2016 8:19] Ionel Scutelnicu
Description:
In PHPStorm we have the option to type only the first letter of the word for auto complete.
For example to see user_setting_panel in auto complete suggestions you only type "usp". 

How to repeat:
See description.
[15 Dec 2016 8:54] MySQL Verification Team
Hi Ionel,

Thank you for the report.
Imho Auto-completion is enabled (and triggered) by default. Did you try it in SQL Editor? Please see https://dev.mysql.com/doc/workbench/en/wb-sql-editor-main-menu.html

Thanks,
Umesh
[15 Dec 2016 9:20] Ionel Scutelnicu
The autocomplete is active is working as expected, but i suggested that it can be improved with a new feature. Let say that we have two tables with similar names, user_setting_panel and user_setting_data instead of typing "user_setting_d" it will be nice to just type "usd" (first letter of each word) and in the autocomplete you will appear "user_setting_data".
[15 Dec 2016 9:30] MySQL Verification Team
Thank you for the feature request for the auto-completion based on acronyms or abbreviations!