Questions tagged [visual-studio-monaco]

Visual Studio Online “Monaco” is a coding environment for the cloud, in the cloud. It complements the desktop IDE as a low friction experience that will help you get started, or make quick changes, to an existing cloud service.

Visual Studio Online “Monaco” is a coding environment for the cloud, in the cloud. It complements the desktop IDE as a low friction experience that will help you get started, or make quick changes, to an existing cloud service. And it is integrated with Visual Studio Online.

“Monaco” is already being used as the technology behind other cloud-based developer experience, from Office 365 “Napa” development to SkyDrive file editing.

More info on MSDN blogs.

76 questions
0
votes
1 answer

How to add custom tag and attributes for code completions in html language of monaco editor?

I need to provide a list of web components in the code completions of the monaco editor, I tried writing snippets but those snippets are not getting triggered if i start with '<'
0
votes
1 answer

How to add scala language support for monaco editor

I am using Monaco editor in my angular project. I have seen, there is no support for the Scala language in Monaco editor. Does any one knows how to add third party library for scala in monaco editor?
0
votes
1 answer

monaco-editor integration with angular6 app

I'm trying to integrate Monaco Editor into my angular lib in an Angular-6 app, I'm new at this and the official docs doesn't have any setup guide for the implementation. Any advice or guidance would be greatly appreciated.
imPK
  • 764
  • 2
  • 7
  • 30
0
votes
1 answer

How to get value of a Monaco diff editor after diff merge?

I'm using Monaco editor and I know that I can get the original value and modified value of a diff editor with the getValue methods of the respective editor: var originalText = diffEditor.getModifiedEditor().getValue(); var modifiedText =…
Saurabh Sharma
  • 463
  • 2
  • 7
  • 20
0
votes
1 answer

How to set up monaco-editor and change value?

I want to use the monaco-editor to look at different files of a directory. I want to create an editor and change the content dynamically. But it doesn't work the way I want it to. function doSomething(val) { require.config({ paths: { 'vs':…
UnfckJ
  • 11
  • 1
  • 1
0
votes
1 answer

Monaco editor: action on token recognition

I would like to run a function each time a token is recognized. I have seen the documentation and the following function seems to be the entry point to what I would like to do: setMonarchTokensProvider. Here we have a provided…
0
votes
1 answer

VS Code / Monaco - two questions for anyone familiar with the codebase

There are two capabilities I'm interested in expanding upon if I can get off to a quick start, but currently don't have time to deeply explore the codebase to figure out its intricacies (beyond some initial exploration I've already done), so I'm…
Nathan Ridley
  • 33,766
  • 35
  • 123
  • 197
0
votes
1 answer

How to configure VS 'toolbox' mac 7.4.3 version

I am attempting to use newly installed; Visual Studio 7.4.3 on mac for simple asp.net / C# web forms. (I do not have a windows machine). I need to configure a data source via the Data Source wizard that is typically available via the 'toolbox' bar…
0
votes
1 answer

Monaco + JSDoc Scope Resolution (Anonymous Function)

I am writing a "modern" web-based MUD with NodeJS and I have implemented on-line editing used the Monaco editor. I have just discovered a very annoying problem with my approach to defining MUD modules, though. The imported .d.ts files are not…
Kris Oye
  • 1,158
  • 14
  • 27
0
votes
1 answer

how can i create fake input in html and javascript

I need to create a fake input so that i can change the content to be html elements. Like in Desmos app you can type something like : a^b and it will change to ab witch in html is:ab
0
votes
1 answer

Open Azure App Service in Visual Studio Team Services

I am researching the process to upgrade an existing Mobile Service to an App Service Mobile App (is that redundant?). I have created the App Service and am accessing its code files using Visual Studio Team Services "Monaco". I have implemented a…
mbm29414
  • 11,558
  • 6
  • 56
  • 87
0
votes
1 answer

Can I use Monaco to make changes to a Windows Azure Web Role?

I have been using Visual Studio to manage and develop an application that runs on a Windows Azure web role. It's an ASP.Net WebApi Application that connects to a backend SQL Azure Database. The code base is hosted on GitHub. I have read about…
Samantha J T Star
  • 30,952
  • 84
  • 245
  • 427
-1
votes
2 answers

Why CompletionItemProvider not work when enter charactor?

I have uploaded my code at https://github.com/Hfutsora/monaco-kaco. Steps to reproduce: Open github page https://hfutsora.github.io/monaco-kaco/ Enter char 'O' at the endline then you can get suggestion Enter char 'O' before the endline there are…
hfutsora
  • 91
  • 4
-1
votes
1 answer

monaco: add new users for collaborative editing

I'm using VS Online Monaco; trying to figure out how to add users to my Azure web site so they can edit in Monaco. Adding them to the VSO group didn't work.
frank
  • 1
  • 1
-2
votes
1 answer

(sorry this is closed) Can someone help me to save script or open into/from Monaco api? C#

Need to help, How to Save/Open file from/to Monaco Highlighting Syntax Lua ? Also, locally saved script(I don't need the refresh button) I have project at my Form executor Roblox :/ No, i didn't do anything since i have no experience to C# and keep…