-
Notifications
You must be signed in to change notification settings - Fork 317
Add "Multiline" option for code searching. #2144
Copy link
Copy link
Closed
Labels
editorsIssues with the GUIIssues with the GUIenhancementNew feature or requestNew feature or requestguiThe PR or issue is related to GUIThe PR or issue is related to GUI
Description
Which component should be improved?
UI/UX
Describe your feature suggestion in more detail
When you search for code (either "Find in code" or using Ctrl+F in the code editor), there is no option to make regular expression multiline (so ^ and $ matching line start and end).
This is supported by C# - by adding the RegexOptions.Multiline flag to the Regex constructor.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
editorsIssues with the GUIIssues with the GUIenhancementNew feature or requestNew feature or requestguiThe PR or issue is related to GUIThe PR or issue is related to GUI