visual-studio-monaco Questions

1

I am getting Unexpected Usage error Console error when using Monaco Editor inside Electron App. The same code works in Website mode but not in Bundled Electorn app. As mentioned in comment at it m...
Weingarten asked 7/10, 2020 at 12:19

2

I'm trying to configure the Monaco Editor in a way that certain regions of the textcontent are readonly. More precise, I want the first and last line to be readonly. Example below: public somethin...
Cirque asked 27/10, 2017 at 20:10

3

To my understanding monaco-editor and VSCode are using two different formats to define themes. Example: Default Monaco themes Example: Default VSC theme It seems that an earlier version of VSC pr...

2

I'm creating monaco editor using loader.js but getting the error "Can only have one anonymous define call per script file" 2 times in console. <script src="/monaco-editor/min/vs/loader.js">&...
Laywoman asked 8/3, 2019 at 5:49

0

I was trying to implement my custom completion item provider for monaco-editor and I was expecting that completionItemProvider will be invoked for every keystroke. Instead, it is getting triggered ...
Gretchen asked 2/8, 2020 at 7:37

1

How can I add my custom C# assemblies to Monaco Editor, so the editor would recognize/complete my assembly types? And how could I choose and limit the .net libraries that Monaco Editor can use? ...
Sociolinguistics asked 21/10, 2018 at 1:58

1

Solved

I've been previously using CodeMirror editor in my project, but recently I have decided to switch to Monaco editor. Now I am trying to provide my users with all the functionalities they had previo...
Prepositor asked 26/7, 2018 at 13:38

8

Solved

I have Visual Studio Online (now VS Team Services) account as a part of my MSDN subscription. I managed to create a project there, set a workspace in my local Visual Studio 2013 and check-in some t...
Boxhaul asked 14/11, 2013 at 12:50

1

Solved

The VSCode documentation contains details on how to create new colorizers using .tmLanguage files. The Monaco editor which VSCode uses has support for defining syntax highlighters using the JSON-ba...
Winnipegosis asked 21/6, 2016 at 6:22
1

© 2022 - 2024 — McMap. All rights reserved.