Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged monaco

0 votes
622 views
1 answer
    var commandId = editor.addCommand(0, function (arguments) { // not work console.log(arguments ... /questions/65903276/monaco-editor-registercodelensprovider-add-command-arguments...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
425 views
1 answer
    I am using Monaco editor in our project and I have issue I am not able to overcome. At our scenario ... https://stackoverflow.com/questions/65922242/new-tokens-to-existing-language...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
474 views
1 answer
    How can i dynamicly add some token words and monaco can highlight them? For example,i want add a keyword ... com/questions/65932872/how-can-i-dynamicly-add-some-token-words...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
636 views
1 answer
    I tried these rules for a custom language, in which comments are C# like. I want to match word "todo" when it is in a comment ( ... @pop'], [/todo/i, 'keyword.todo'], ], //.......
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...