Skip to content

Add "Multiline" option for code searching. #2144

@VladiStep

Description

@VladiStep

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    editorsIssues with the GUIenhancementNew feature or requestguiThe PR or issue is related to GUI

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions