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

Dart Intellisense auto-completion ignore function name after dollar sign '$' #128577

Closed
GangemiLorenzo opened this issue Jul 13, 2021 · 1 comment
Assignees
Labels
*caused-by-extension Issue identified to be caused by an extension

Comments

@GangemiLorenzo
Copy link

Does this issue occur when all extensions are disabled?: Yes
I'm using Dart and Flutter extensions.

  • VS Code Version: 1.58.1
  • OS Version: Windows 10

Steps to Reproduce:

  1. Define a file .dart with a class
  2. Define a function within the class, named with a dollar sign somewhere (ex. void test$function(){} )
  3. Call that function from somewhere. The Intellisense will provide a suggestion, but if you accept, the result will be truncated at the dollar sign.

1
2

@jrieken jrieken added the *caused-by-extension Issue identified to be caused by an extension label Jul 14, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Aug 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*caused-by-extension Issue identified to be caused by an extension
Projects
None yet
Development

No branches or pull requests

3 participants
@jrieken @GangemiLorenzo and others