Microsoft/monaco-editor

API to talk with the language server of a language

Open

#1,885 建立於 2020年3月25日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)JavaScript (1,283 fork)batch import
feature-requesthelp wantedhtml

倉庫指標

Star
 (14,836 star)
PR 合併指標
 (平均合併 6小時 26分鐘) (30 天內合併 15 個 PR)

描述

It would be great if you add to the monaco.d.ts file the API to talk directly with the server language of a language. For example, the typescript language provides a method to get the typescript worker, but not all languages have something like that, for example, the HTML language.

In my case, I embedded the Monaco editor in a custom IDE and I need to build custom UI to show the outline of the file and the documentation of the selected element in a file, for any language provided by default in the editor.

貢獻者指南