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

Autocompletion not triggered for types inside function declaration #448

Closed
x1unix opened this issue Dec 14, 2024 · 0 comments · Fixed by #449
Closed

Autocompletion not triggered for types inside function declaration #448

x1unix opened this issue Dec 14, 2024 · 0 comments · Fixed by #449

Comments

@x1unix
Copy link
Owner

x1unix commented Dec 14, 2024

Describe the bug

Completion items are not provided inside function parameters.

E.g.

t.Run("", func( ... ) 

Issue caused by a bad regex in https://github.com/x1unix/go-playground/blob/master/web/src/components/features/workspace/CodeEditor/autocomplete/symbols/parse.ts

To Reproduce

See demo:

Screen.Recording.2024-12-13.at.21.53.01.mov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant