Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 291 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 291 Bytes

PasteAsGherkinTable

A Visual Studio 2012 plugin that pastes CSV data from the clipboard as a Gherkin table.

Example

Given the clipboard contains

verb;pronoun;adjective
isn't;that;cool?

Then the plugin will paste

| verb  | pronoun | adjective |
| isn't | that    | cool?     |