Autocomplete is giving bad suggestions
In this screenshot, I typed a "u" to give my table an alias. It looks like the suggestions are SQL keywords. When I press space, it autocompletes to UNCOMMITTED. Is it possible to configure autocomplete to be less agressive, or some way to configure this better?
请先登录再写评论。
Furthermore typing in "r.registration", when I hit "." it autocompletes to READ.
Hi there,
"Settings/Preferences | Editor | General | Code Completion" -- check your settings there -- it has option to ignore completion when pressing space and dot.
Thanks!