Replies: 3 comments
-
If you go the webpack plugin route and build the library youtself, you can choose which features to exclude. I believe Find and Replace is one of them. Here's an example I created a while back for a slightly different usecase. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is it possible to optionally disable Find functionality? I have places in my app where I'd like to preserve Find. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I achieved it with:
Version 0.34.1. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Context
Description
I want to implement custom search functionality that works across several Monaco editors at once. I want this functionality to replace the Monaco built-in find & replace functionality entirely, but I don't see any way to disable the built-in Find functionality.
I would like an approach that is more bulletproof than simply overwriting the existing keyboard shortcuts.
Beta Was this translation helpful? Give feedback.
All reactions