microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
160.88k stars 28.22k forks source link

Configurable text length limit setting for highlighting matches #213868

Open pahar0 opened 1 month ago

pahar0 commented 1 month ago

Related to this issue: https://github.com/microsoft/vscode/issues/111002

https://github.com/microsoft/vscode/blob/8f78098b377e68991b87dabc9c2d68b6b82b54fc/src/vs/editor/contrib/multicursor/browser/multicursor.ts#L960

Is it possible to change this hardcoded limit into a setting? I know that a high limit could cause the UI to freeze, maybe adding a warning to inform the user could help.

VSCodeTriageBot commented 1 month ago

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!