SpecFlow.VS
SpecFlow.VS copied to clipboard
Inserting pipe symbol in Examples table cancels multi-cursor editing
Used Visual Studio
Visual Studio 2022
Are the latest Visual Studio updates installed?
Yes
SpecFlow Section in app.config or content of specflow.json
N/A
Issue Description
Inserting a pipe symbol in the Examples table when multi-cursor editing is enabled, cancels multi-cursor editing.
Steps to Reproduce
- Create a feature file like this:
Feature: Feature1
Scenario Outline: Scenario Outline1
Given a parameter <Parameter1>
Examples:
| Parameter1 |
| parameter1 |
- Place the text cursor at the end of line 7, on the header of the Examples table
- Type
Alt+Shift+Down arrow
to enable multi-cursor editing - Type
Parameter2 |
Notice that after the pipe symbol is entered, multi-cursor editing is cancelled. I expected multi-cursor editing to still be enabled so I can continue to type in multiple lines.
Thank you.
Link to Repository Project
No response