microsoft / vscode-postgresql

PostgreSQL extension for VSCODE
Other
400 stars 50 forks source link

keywordCasing not recognized in intellisense suggestions #46

Open ndotb opened 5 years ago

ndotb commented 5 years ago

Steps to Reproduce:

  1. Set everything to lowercase just to be certain:
    "pgsql.format.datatypeCasing": "lowercase",
    "pgsql.intelliSense.lowerCaseSuggestions": true,
    "pgsql.format.keywordCasing": "lowercase",
  2. Either connect to a db or not, this does not seem to matter
  3. Type create to summon the intellisense suggestions box and see all uppercase

I can only find keywordCasing in the settings files, and not implemented in code anywhere. Is it a stub? And what makes this strange is that the keywords are all lower case in the plist file.

Please help, I like tabbed suggestions, but don't like my sql code to look like an angry old relative's email forward.

ilya-merkushin commented 4 years ago

+1, still uppercase