Dart-code: How to disable "closing label" comments in the editor

Created on 6 Dec 2018  路  2Comments  路  Source: Dart-Code/Dart-Code

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.

is question

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!

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mayorbyrne picture mayorbyrne  路  5Comments

CaferPoyrazoglu picture CaferPoyrazoglu  路  4Comments

mccadi picture mccadi  路  3Comments

DanTup picture DanTup  路  4Comments

DanTup picture DanTup  路  4Comments