0

I am writing a CustomTextEditor-Extension for Visual Studio Code.

Iā€˜d like to have the overview on the right, and the line-count on the left - the typical Monaco Editor features.

The editor itself should just be an enhanced monaco editor. Right now I have to make it myself, from scratch.

How can I unwrap or include the Monaco Editor, to use it in my CustomTextEditor Extension?

FireFuro99
  • 357
  • 1
  • 5
  • 18
  • Why do you want to use an own monaco-editor instance? You can just open a new text editor instance in vscode and have a full monaco-editor with all additions from vscode at hand. – Mike Lischke Dec 20 '20 at 10:46
  • @MikeLischke Because I want to make a Custom Editor for Markdown files. Which scans a second file (set by command) and then highlights and manipulates lines in the file i'm currently writing in, based on stuff in the second file. I found no other way for doing this, than making a custom editor. If you know a better way, let me know. – FireFuro99 Dec 20 '20 at 17:23

0 Answers0