Closed DmitryBorodiy closed 2 years ago
@DmitryBorodiy the Monaco editor already has the ability for the user to search using Ctrl+F
.
Otherwise, if you're asking about how you can introspect what has been written in the editor, please look at the sample app and the code in this repo. It's the same API as Monaco itself which provides the FindMatches
API off the model to look at text in the editor.
How I can use FindMatches method?
I cant find this method in Model...
@DmitryBorodiy there's an example in the demonstration app right here:
@DmitryBorodiy there's an example in the demonstration app right here:
Thank you I try it!🙂
Hello! I'm looking for an opportunity how can I implement the ability to search for text and code in the editor?
Thank you!