Skip to content

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

Notifications You must be signed in to change notification settings

picklesdoc/PasteAsGherkinTable

 
 

Repository files navigation

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?     |

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published