How to show closing labels in dart files ? #13728
-
For example Row(
children: [
]
) // Row <- this here The dart lsp has setting https://github.com/Dart-Code/Dart-Code/blob/master/src/extension/lsp/closing_labels_decorations.ts |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Does enabling the setting via your |
Beta Was this translation helpful? Give feedback.
-
Apologies for the delay, but I believe I have the answer, thought it's probably not the one you'd like. |
Beta Was this translation helpful? Give feedback.
Apologies for the delay, but I believe I have the answer, thought it's probably not the one you'd like.
Closing labels is a dart exclusive extension of the Language Server Protocol. Per the FAQ, LSP extensions are not supported and support for them will depend on individual language plugins once plugins are added to helix.