paperclip-source-writer
v18.3.8
Published
Internal util for writing source code from the designer
Downloads
29
Readme
const writer = new PCSourceWriter(engine);
writer.handleEvent({
kind: "ANNOTATIONS_CHANGED"
});
writer.onContentChanged(function(uri, content) {
vscode.updateContent(uri, content);
});