Skip to content

No autocompletion inside function bodies #354

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

Open
2 tasks done
Donnerstagnacht opened this issue Apr 19, 2025 · 3 comments
Open
2 tasks done

No autocompletion inside function bodies #354

Donnerstagnacht opened this issue Apr 19, 2025 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@Donnerstagnacht
Copy link

Bug report

  • I confirm this is a bug with Supabase, not with my own application.
  • I confirm I have searched the Docs, GitHub Discussions, and Discord.

Describe the bug

No autocompletion options are suggested in functions.

To Reproduce

Create a function signature. Type a

Expected behavior

Autocompletion suggestions should appear in functions as in plain query statements.

Screenshots

System information

  • OS: windows 11
  • code editor: vs-code
  • pls: 0.5.0
@Donnerstagnacht Donnerstagnacht added the bug Something isn't working label Apr 19, 2025
@juleswritescode
Copy link
Collaborator

Thanks for reporting 👍🏻👍🏻👍🏻👍🏻

@juleswritescode juleswritescode self-assigned this Apr 22, 2025
@Donnerstagnacht
Copy link
Author

With 0.6.0 I get auto completion suggestions in sql functions for schemas and if I have chosen a schema, also for tables.

But I do not get completion suggestions for columns and also not for tables after a 'FROM ' clause, e.g. I can not use the new feature that the schema is added automatically for non public tables if accepted from a completion.

Is that the expected behavior right now @juleswritescode ?

@juleswritescode
Copy link
Collaborator

Expected yes, since SQL function bodies are not fully supported yet.
But desired – hell no :)

Will take a look into that in the next few days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants