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

Feature: Function arguments autocomplete #416

Open
2 tasks done
LucyEgan opened this issue Sep 9, 2024 · 1 comment
Open
2 tasks done

Feature: Function arguments autocomplete #416

LucyEgan opened this issue Sep 9, 2024 · 1 comment
Labels
feature New feature or request

Comments

@LucyEgan
Copy link

LucyEgan commented Sep 9, 2024

Is your feature request related to a problem?

When autocompleting a function you get the name but not what arguments it takes, it would be handy to get this info hinted too
(name: type, name2: type, name3: type)

Initial hint
image

First arg hint
image

Second arg hint
image

Describe the solution

Adding tooltip hinting for args:types, and hinting while typing arguments(dismissable(esc), rehintable at current arg with ctrl+space/, next arg

Are you willing to contribute this feature

No

Surrealist Environment

Version: 3.0.0-beta.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, apidocs_view: true, cloud_view: true, themes: true, newsfeed: true, database_version_check: false, highlight_tool: false, legacy_serve: false, cloud_endpoints: production, cloud_access: false, changelog: hidden

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
@LucyEgan LucyEgan added feature New feature or request triage This issue is new labels Sep 9, 2024
@macjuul macjuul removed the triage This issue is new label Sep 9, 2024
@macjuul
Copy link
Contributor

macjuul commented Sep 9, 2024

While intelligent function completion will take me some more time, on a related topic, I did improve the auto completion of arguments within the function editor (#417)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants