我希望摩纳哥编辑将 lodash 识别为一个库。为了解决这个问题,我使用 addExtraLib(content: string, filePath?: string)。由于 lodash 是我的节点模块,我可以提供文件路径,但要在内容中写入内容。我需要在我的摩纳哥编辑器中启用 lodash 的全部功能。
我可以使用 https://microsoft.github.io/monaco-editor/playground.html#extending-language-services-configure-javascript-defaults
需要帮助来解决此问题。
查看该存储库:https://github.com/wizard8912/monaco-editor-extra-libs
有演示: https://wizard8912.github.io/monaco-editor-extra-libs/