MCPcopy Create free account
hub / github.com/Dart-Code/Dart-Code / toggleDartdocComment

Method toggleDartdocComment

src/extension/commands/edit.ts:80–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78 }
79
80 private toggleDartdocComment() {
81 return this.toggleLineComment(true);
82 }
83
84 private async toggleLineComment(onlyDartdoc = false) {
85 const editor = getActiveRealFileEditor();

Callers

nothing calls this directly

Calls 1

toggleLineCommentMethod · 0.95

Tested by

no test coverage detected