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

Add the ability to automatically insert missing } and ) #3344

Open
josejmoran opened this issue May 14, 2021 · 0 comments
Open

Add the ability to automatically insert missing } and ) #3344

josejmoran opened this issue May 14, 2021 · 0 comments
Labels
in editor Relates to code editing or language features is enhancement
Milestone

Comments

@josejmoran
Copy link

Describe the bug
If you change some code the beginning ( and { are easily traceable. But if there is a missing end ) or } it is a nightmare to find which one is the missing pair.

To Reproduce
Steps to reproduce the behavior:
Just copy some code from another part of your code and if there is a missing ) or } is hard to tell where and which is missing a ) or }

Expected behavior
Since you have all the beginning ( and { is it possible to kind of automatically match them and if there is one missing add it automatically.

Screenshots
If applicable, add screenshots to help explain your problem.

Versions (please complete the following information):

  • VS Code version: 1.56.1
  • Dart extension version:
  • Dart/Flutter SDK version: 2.0.6
@DanTup DanTup added in editor Relates to code editing or language features is enhancement and removed is bug labels May 17, 2021
@DanTup DanTup added this to the Backlog milestone May 17, 2021
@DanTup DanTup changed the title Matching parenthesis ) and } Add the ability to automatically insert missing } and ) May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in editor Relates to code editing or language features is enhancement
Projects
None yet
Development

No branches or pull requests

2 participants