admin管理员组文章数量:1125558
Anyone know how to get tooltips when you mouse over these controls in Monaco - this is the find/replace section, and there are tooltips in VS Code. I'm not entirely clear how to get every possible option, but I use a custom build and can't find anything to add to that that provides this feature My imports section begins with (I'm skipping pasting all of them(
// BEGIN_FEATURES
import "monaco-editor/esm/vs/base/browser/ui/codicons/codiconStyles.js";
import "monaco-editor/esm/vs/basic-languages/monaco.contribution.js";
import "monaco-editor/esm/vs/editor/browser/coreCommands.js";
import "monaco-editor/esm/vs/editor/browser/widget/codeEditor/codeEditorWidget.js";
// import 'monaco-editor/esm/vs/editor/browser/widget/diffEditor/diffEditor.contribution.js';
// import 'monaco-editor/esm/vs/editor/common/standaloneStrings.js';
// import 'monaco-editor/esm/vs/editor/contrib/anchorSelect/browser/anchorSelect.js';
import "monaco-editor/esm/vs/editor/contrib/bracketMatching/browser/bracketMatching.js";
// import 'monaco-editor/esm/vs/editor/contrib/caretOperations/browser/caretOperations.js';
...
本文标签: Monaco tooltips on searchreplace are missingStack Overflow
版权声明:本文标题:Monaco tooltips on searchreplace are missing - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736636530a1945896.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论