You can't remove certain comments and it messes up the parenthesis hierarchy.
I had an issue when I was typing the Flutter basic app( Hello World app) in VS Code and I couldn't remove none of the comments and it just got in the way of my code.
I think the comments you're referring to are what we call "closing labels". These are here to show you what each closing paren is for. If you don't want these, you can disable them with the dart.closingLabels setting in your VS Code settings.
Let me know if this solves your issues!
I think the comments you're referring to are what we call "closing labels". These are here to show you what each closing paren is for. If you don't want these, you can disable them with the dart.closingLabels setting in your VS Code settings.
Let me know if this solves your issues!
Yes, it worked Thank You.
Most helpful comment
I think the comments you're referring to are what we call "closing labels". These are here to show you what each closing paren is for. If you don't want these, you can disable them with the dart.closingLabels setting in your VS Code settings.
Let me know if this solves your issues!