mtxr / vscode-sqltools

Database management for VSCode
https://vscode-sqltools.mteixeira.dev?utm_source=github&utm_medium=homepage-link
MIT License
1.5k stars 301 forks source link

Remove redundant autocomplete suggestions #811

Closed zing-rsa closed 1 year ago

zing-rsa commented 3 years ago

When you hit space at the end of any line in the SQL file inside VSCode, it presents you with a set of autocomplete suggestions:

#
--
/*
:=
=

Does this happen to everyone? I have tried my best to narrow it down, the only time it stops is when I disable SqlTools. Is there potentially a way to prevent this from happening in the settings? Thanks

Steps to reproduce the behavior:

  1. Go to end of a line in SQL file
  2. Hit space

Expected behavior: The autocomplete should only suggest things once I have started typing, surely. Otherwise it is just guessing with nothing to base it off.

Screenshot: image

Desktop (please complete the following information):

gjsjohnmurray commented 2 years ago

@zing-rsa can you still reproduce this with the latest versions of VS Code and SQLTools?