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

Bug: Triggering autocomplete for a field in Surrealist shows Table names instead of field names #754

Closed
2 tasks done
Virock opened this issue Apr 3, 2025 · 1 comment
Closed
2 tasks done
Labels
bug Something isn't working

Comments

@Virock
Copy link

Virock commented Apr 3, 2025

Describe the bug

Image
Pressing CTRL + Space after the WHERE clause shows table names instead of field names.

Steps to reproduce

Write a SELECT statement with a WHERE clause and press CTRL + space to trigger autocomplete.

Expected behaviour

It should show field names of the chosen Table.

Surrealist Environment

Platform: Desktop
OS: windows
Architecture: x86_64
WebView: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0
Version: 3.3.1
Flags: feature_flags: false, query_view: true, explorer_view: true, graphql_view: true, designer_view: true, auth_view: true, functions_view: true, models_view: true, sidekick_view: true, apidocs_view: true, themes: true, syntax_themes: false, newsfeed: true, database_version_check: true, highlight_tool: false, legacy_serve: false, cloud_enabled: true, cloud_endpoints: production, cloud_access: true, cloud_killswitch: true, changelog: auto, sidebar_customization: false, gtm_debug: false, network_access_caps: false

Contact Details

[email protected]

Is there an existing issue for this?

  • I have searched the existing issues

Code of Conduct

  • I agree to follow this project's Code of Conduct
@Virock Virock added bug Something isn't working triage This issue is new labels Apr 3, 2025
@macjuul macjuul removed the triage This issue is new label Apr 10, 2025
@macjuul
Copy link
Contributor

macjuul commented Apr 10, 2025

This is currently intended as Surrealist can only autocomplete tables and functions. We intend on improving this over time with the introduction of a language server (#699)

@macjuul macjuul closed this as completed Apr 10, 2025
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