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

Function currentDoc

src/test/helpers.ts:185–187  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

183 return editor;
184}
185export function currentDoc(): vs.TextDocument {
186 return currentEditor().document;
187}
188
189export let documentEol: string;
190

Calls 1

currentEditorFunction · 0.85

Tested by 6

getSignatureAtFunction · 0.72
getImplementationsAtFunction · 0.72
getReferencesForFunction · 0.72
getHoversAtFunction · 0.72
formatDocumentFunction · 0.72
formatOnTypeFunction · 0.72