We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
Completion items are not provided inside function parameters.
E.g.
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
The text was updated successfully, but these errors were encountered: