Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Completion Languages in php files #1212

Open
1 of 5 tasks
raicabogdan opened this issue Sep 8, 2023 · 0 comments
Open
1 of 5 tasks

Completion Languages in php files #1212

raicabogdan opened this issue Sep 8, 2023 · 0 comments
Labels

Comments

@raicabogdan
Copy link

raicabogdan commented Sep 8, 2023

Describe the bug
Well I just installed and setup the extension with Mysql driver. I tested it to see it working with normal in a normal .sql file.
The autocompletion works as expected.
Then I tried adding php to the completion languages in the extension settings and checked to see if it works in a simple
$query = "SELECT * FROM tablename";
but the auto completion does not work inside the variable string.
Perhaps I misunderstood the specific setting and it is not intended for this usage?

To Reproduce
Steps to reproduce the behavior:

  1. Go to extension settings
  2. Add 'php' to the Completion Languages
  3. Test in a php file

Expected behavior
Expected auto completion to occur within the variable SQL string.

Desktop (please complete the following information):

  • SQLTools Version [e.g. v0.28.0]
  • VS Code Version: [e.g 1.82.0]
  • OS: Linux
  • Driver:
    • PostgreSQL/Redshift
    • MySQL/MariaDB
    • MSSQL/Azure
    • SQLite
    • Other? Which...
  • Database version: MySQL v5.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant