()
| 1084 | } |
| 1085 | |
| 1086 | runFormatDocumentAction(): void { |
| 1087 | unwrap(this.editor.getAction('editor.action.formatDocument')).run(); |
| 1088 | } |
| 1089 | |
| 1090 | searchOnCppreference(ed: monaco.editor.ICodeEditor): void { |
| 1091 | const pos = ed.getPosition(); |
no test coverage detected