microsoft / microsoft/monaco-editor
how to disabled find widget completely?
Open
Nobody has claimed this yet.
feature-request
webpack-plugin
- Dominant language
- JavaScript
- Stars
- 46.8k
- Forks
- 4.1k
- Avg merge
- 17h 58m
- Merged PRs (30d)
- 1
Description
I use this config in webpack,
new MonacoWebpackPlugin({
// https://github.com/microsoft/monaco-editor-webpack-plugin#options
languages: [],
filename: `cls-monaco-[name].[contenthash:10].js`,
features: ['bracketMatching', 'wordHighlighter', 'multicursor'],
}),
but when I press CtrlF in browser, find widget still show.
Is there any way can hide find widget completely?
thx
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue provides no repository file or test; begin with the MonacoWebpackPlugin options shown in the webpack configuration and the editor's CtrlF/find-widget entry point. Determine whether disabling the listed features is expected to affect find, and identify the documented configuration or API that controls it. Done means CtrlF no longer opens the find widget.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, webpack
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100