cweijan / vscode-database-client

Database Client For Visual Studio Code
https://database-client.com
MIT License
2.44k stars 271 forks source link

MySQL Code Completion #1255

Closed franklinkf closed 2 weeks ago

franklinkf commented 2 weeks ago

While writing MySQL queries and if I select the field names in intellisense, the field is surrounded by a single quote like character.

I am not sure whether this is done by your extension or not. If it is done by this extension, can you please disable this.

A video showcasing the issue is enclosed

https://github.com/user-attachments/assets/d50a455e-f92f-4944-8d06-0eaa61b06cbe

cweijan commented 2 weeks ago

You can disable it by setting "database-client.escapedAllObjectName". There is currently no visual interface provided. You need to go to VS Code settings to modify it.

image
franklinkf commented 2 weeks ago

Great. Thank you