fsprojects / FSharp.Formatting

F# tools for generating documentation (Markdown processor and F# code formatter)
https://fsprojects.github.io/FSharp.Formatting/
Other
463 stars 157 forks source link

Make it super easy to copy code samples to the clipboard #72

Open forki opened 11 years ago

forki commented 11 years ago

Hi,

I'm trying the Deedle tutorial and noticed the following:

image

I think it's a good idea to have these inline output messages, but it's "really hard" :hamster: to copy this stuff into a fsx file.

There should be an easier way to copy samples.

Cheers, Steffen

forki commented 11 years ago

image

is even worse. There is no way to copy this into my fsx file.

tpetricek commented 11 years ago

I agree it should be super easy to copy things - but I'm thinking that a better solution is to have big button that takes you to the source code (perhaps associated with every snippet - taking you directly to the right line in GitHub).

We already track this in Deedle (https://github.com/BlueMountainCapital/Deedle/issues/44) but it is really F# Formatting thing.